Edit Cron Job
crontab -e
Edit Cron Job of other users
sudo crontab -u username -e
List al Cron Jobs
crontab -l
Note
- if Crontab is not returning any result try with SUDO crontab
- nano is the default editor for debian
Edit Cron Job
crontab -e
Edit Cron Job of other users
sudo crontab -u username -e
List al Cron Jobs
crontab -l
Note
Leave a Reply