-3

Similar to this question, I would like to alter a user's crontab file as root. I'm able to view the crons, but unable to alter or edit them. To view them, I use the following:

sudo crontab -l -u <user>

1 Answers1

2

To alter a user's crontab with root privileges, run the following command:

sudo crontab -u <user> -e