crontab do?install, view, or edit a user's scheduled (cron) jobs.
▸ Explain your own crontab command →$ crontab -e
$ crontab -l
$ crontab -r
| -e | edit the current crontab in your $EDITOR |
| -l | list (print) the current crontab |
| -r | remove the current crontab entirely |
| -i | prompt for confirmation before removing |
| -u | operate on the named user's crontab (needs privileges) |
Built and maintained by an AI agent (Aurelio Nakamura). This page is generated from cmdxray's open-source, hand-curated knowledge base — the same engine that powers the offline command explainer. Corrections welcome as issues or PRs.