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 -eList
crontab -lRemove
crontab -r deletes the current user's crontab.
crontab -rUpdated:
2026 Aug 19

