命令格式
1 | m h dom mon dow command |
定时任务示例命令
启动任务
1 | @reboot root /boot.sh |
定时关机
示例1
0 4 * * * /sbin/shutdown -r +5
Usage
Example add task by Bash
1 | #write out current crontab |
1 | m h dom mon dow command |
1 | @reboot root /boot.sh |
示例1
0 4 * * * /sbin/shutdown -r +5
1 | #write out current crontab |