当前位置: 技术问答>linux和unix
crontab编辑错误,请修改
来源: 互联网 发布时间:2016-10-22
本文导语: Create your own crontab so that you have a job, which writes current date into a file date123. Time the job to execute after 2 minutes. Show that your crontab and show also contents of file date123. 上次发帖,结合几位朋友回...
Create your own crontab so that you have a job, which writes current date into a file date123.
Time the job to execute after 2 minutes.
Show that your crontab and show also contents of file date123.
上次发帖,结合几位朋友回帖写的,不过系统显示此程序错误,错在哪?我老师啥也没交,哎。。
*/2 * * * * /usr/bin/date >> /path/date123
*/2 * * * * crontab -l
*/2 * * * * /bin/cat date123
这样的不能执行,能否有高手详细解答,万分感谢,我花2个星期都搞不定。。。
Time the job to execute after 2 minutes.
Show that your crontab and show also contents of file date123.
上次发帖,结合几位朋友回帖写的,不过系统显示此程序错误,错在哪?我老师啥也没交,哎。。
*/2 * * * * /usr/bin/date >> /path/date123
*/2 * * * * crontab -l
*/2 * * * * /bin/cat date123
这样的不能执行,能否有高手详细解答,万分感谢,我花2个星期都搞不定。。。
|
命令本身没什么问题啊,你把/etc/crontab
贴出来看看
你的linux系统是什么
不同的系统写法有点差别的
比如debian就是这种格式
贴出来看看
你的linux系统是什么
cat /etc/crontab
不同的系统写法有点差别的
比如debian就是这种格式
# m h dom mon dow user command
|
学习下
另外你可以把输出信息重定向到几个文件,看看是都有什么信息
还有lz把那几条命令怎么编辑的
crontab -e
|
可是出现这个问题 看上去真是格式的问题啊。
你的计划任务里 是不是有非英文字符?
你去掉这三句 先随便添加一个计划任务 看看会不会执行啊。