February 2003
Intermediate to advanced
1440 pages
30h 42m
English
crontab -
Schedule jobs that are executed automatically on a regular basis.
crontab(1) crontab(1) NAME crontab - user job file scheduler SYNOPSIS crontab [file] crontab -e crontab -l crontab -r DESCRIPTION The crontab command manages a crontab file for the user. You can use a crontab file to schedule jobs that are executed automatically by cron (see cron(1M)) on a regular basis. The command has four forms: crontab [file] Create or replace your crontab file by copying the specified file, or standard input if file is omitted or - is specified as file , into the crontab directory, /var/spool/cron/crontabs. The name of your crontab file in ...
Read now
Unlock full access