貌似默認(rèn)沒(méi)有安裝cron服務(wù),執(zhí)行crontab命令提示找不到命令宰缤。
- 安裝cron:
yum install vixie-cron
- 設(shè)置開(kāi)機(jī)啟動(dòng)服務(wù):
chkconfig crond on
- 查看是否成功:
chkconfig --list crond
- 啟動(dòng)crond:
service crond start
- 設(shè)置開(kāi)機(jī)啟動(dòng):
vi /etc/crontab
,加入:
30 16 * * * reboot
設(shè)置每周,每月志膀,每天的16點(diǎn)30分執(zhí)行命令reboot