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>
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>
sudo su <user>
and usecron
normally. – Centimane Sep 21 '16 at 13:17