SHELL=/bin/bashPATH=/sbin:/bin:/usr/sbin:/usr/binMAILTO=root# For details see man 4 crontabs# Example of job definition:# .---------------- minute (0 - 59)# | ?.------------- hour (0 - 23)# | ?| ?.---------- day of month (1 - 31)# | ?| ?| ?.------- month (1 - 12) OR jan,feb,mar,apr ...# | ?| ?| ?| ?.---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat# | ?| ?| ?| ?|# * ?* ?* ?* ?* user-name ?command to be executed*/5 * * * ?root ?/ftpfile/test.sh ? ? ? ? ? ?需要注意的點(diǎn),加user-name這些都注意了,如果使用crontab -e的方式是可以查看到的,并且程序正常執(zhí)行,但是這種方式查看不到了。求原因。
為什么使用/etc/crontab方式設(shè)置任務(wù) ,crontab -l 依然是no crontab
little_newbee
2018-03-01 10:24:45