mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 20:46:00 +02:00
crontab: add page
This commit is contained in:
parent
61a3795b6a
commit
50ac087140
1 changed files with 15 additions and 0 deletions
15
pages/common/crontab.md
Normal file
15
pages/common/crontab.md
Normal 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`
|
Loading…
Add table
Reference in a new issue