2021-05-12 14:32:11
crontab計劃執行指令碼詳解
2020-06-16 17:20:33
Crontab是Linux系統中在固定時間執行某一個程式的工具,類似於Windows系統中的任務計劃程式。
一、安裝crontab
yum install vixie-cron #安裝
chkconfig crond on #設為開機啟動,安裝chkconfig(yum install chkconfig) ###設定啟動方式
service crond start #啟動
service crond stop #停止
或者
/etc/rc.d/init.d/crond start/stop/restart/reload
相關文章