Initial
This commit is contained in:
28
docs/progs/crontab.md
Normal file
28
docs/progs/crontab.md
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
# Crontab
|
||||
|
||||
```
|
||||
# PATH=$PATH:/usr/local/bin
|
||||
# LANG=
|
||||
# LC_ALL=
|
||||
|
||||
### on reboot
|
||||
# @reboot command
|
||||
|
||||
### on time
|
||||
# * * * * * command
|
||||
### | | | | |
|
||||
### | | | | |
|
||||
### | | | | |
|
||||
### | | | | |--| 0-7 день недели
|
||||
### | | | | |
|
||||
### | | | |----| 1-12 месяц
|
||||
### | | | |
|
||||
### | | |------| 1-31 день месяца
|
||||
### | | |
|
||||
### | |--------| 0-23 часы
|
||||
### | |
|
||||
### |----------| 0-59 минуты
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user