Priest_Apostate
Active Member
What is the difference between
and
Asking because I am in an area with a lousy network connection - one that requires me to restart the NetworkManager.service.
While I know that using sudo has me running a command as root, as the command requires root anyway, is there a difference (and if so, what is the difference between commands inputted via "crontab -e", and "sudo crontab -e")?
Code:
crontab -e
Code:
sudo crontab -e
Asking because I am in an area with a lousy network connection - one that requires me to restart the NetworkManager.service.
While I know that using sudo has me running a command as root, as the command requires root anyway, is there a difference (and if so, what is the difference between commands inputted via "crontab -e", and "sudo crontab -e")?

