Cron & Scheduling

27 commands

crontab -ecrontab -lcrontab -rcrontab -u alice -ecrontab -u alice -l* * * * * command0 * * * * command0 2 * * * command0 2 * * 0 command0 2 1 * * command@reboot command@daily command@weekly command*/5 * * * * command0 9-17 * * 1-5 commandat 14:30at now + 1 hourat midnightatrm 5ls /etc/cron.d/cat /etc/crontabls /etc/cron.daily/ls /etc/cron.hourly/run-parts /etc/cron.dailyanacron -f -ncat /var/log/syslog | grep CRONflock -n /tmp/job.lock -c 'command'
Search all 7,657 commands instead.