Skip to main content

Automation

cron, at

CommandShort Description
atSchedule one-time tasks
at 2:30pm tomorrowSchedule a task to run at 2:30 PM the next day
at now + 1 hourSchedule a task to run in 1 hour from now
atqList pending 'at' tasks
crontabSchedule recurring tasks
crontab -eEdit your user's crontab file
crontab -lList your user's crontab entries
crontab -rRemove your user's crontab
*/15 * * * *Run a command every 15 minutes using cron
@rebootRun a command at system startup time