Answers for "crontab sudo command"

0

crontab sudo command

//Anything you put into roots crontab will be run with elevated priviliges
sudo crontab -e

//Note: You shouldn't put "sudo" into any of the shell commands you add to roots
// crontab file, the commands will be run as root.
Posted by: Guest on June-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language