crontab do I need sudo code example
Example: 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.