cron
Schedule scripts on Linux.
# Commands
crontab -e
- create or modify jobs. If you want to run them as root, you have to usesudo
or be logged in as root.crontab -l
- list jobs for current user
Schedule scripts on Linux.
crontab -e
- create or modify jobs. If you want to run them as root, you have to use sudo
or be logged in as root.crontab -l
- list jobs for current user