cron and crontab
This commit is contained in:
parent
95bc5e584f
commit
4e79ce2ab1
8
scheduling/cron.md
Normal file
8
scheduling/cron.md
Normal file
@ -0,0 +1,8 @@
|
||||
Handy built in reference to cron is the `cat /etc/crontab`
|
||||
|
||||
Switch to a specific user that will run the task via `su - some_user`, then
|
||||
edit the crontab via `crontab -e`. Use the cheat sheet above to schedule the
|
||||
right time.
|
||||
|
||||
Common useful command utilites
|
||||
TODO
|
Loading…
Reference in New Issue
Block a user