Rumah > Soal Jawab > teks badan
crontab 每3个小时运行一次
3/ sh /home/test.sh
这种情况,我保存时在8点,那么9点就会运行吗?他这个每3个小时,是 什么时间点 的3个小时???
三叔2016-11-05 11:40:02
$ crontab -e 1 */3 * * * commands
这个才是每3个小时执行一次,具体怎么执行,自己可以测试啊,比如echo时间到一个文件