为什么使用/etc/crontab方式设置任务 ,crontab -l 依然是no crontab

SHELL=/bin/bash

PATH=/sbin:/bin:/usr/sbin:/usr/bin

MAILTO=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            



需要注意的点,加user-name这些都注意了,如果使用crontab -e的方式是可以查看到的,并且程序正常执行,但是这种方式查看不到了。求原因。

little_newbee
浏览 1746回答 0
0回答
打开App,查看更多内容
随时随地看视频慕课网APP