Merge pull request #770 from kocsenc/crontab-page

crontab: add page
waldyrious/alt-syntax
Igor Shubovych 2016-02-17 01:26:26 +02:00
commit 0c683ca3e3
1 changed files with 15 additions and 0 deletions

15
pages/common/crontab.md Normal file
View File

@ -0,0 +1,15 @@
# 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`