\ Computer \ OS \ *Nix \ Cron \

Crontab

crontab is the per-user table of scheduled jobs on *nix.

Edit

crontab -e opens a temporary file with the current job list. Saving that file installs the new table.

crontab -e

List

crontab -l

Remove

crontab -r deletes the current user's crontab.

crontab -r
Updated: 2026 Aug 19