tldr/pages/common/crontab.md

16 lines
270 B
Markdown
Raw Normal View History

2016-02-15 16:02:20 +00:00
# crontab
> Schedule cron jobs to run on a time interval for the current user.
- Edit the crontab file for the current user:
`crontab -e`
- View a list of existing cron jobs for current user:
`crontab -l`
- Remove all cron jobs for the current user:
`crontab -r`