当前位置: 技术问答>linux和unix
很简单的一个问题关于crontab的
来源: 互联网 发布时间:2015-12-30
本文导语: $crontab -e 39 * * * * /home/li/shell/test >> test.log 2>&1 test的内容: #!/bin/bash echo test >> testFile 只是做一个试验。重启crond也不好使,到了第39分钟的时候不执行,到底怎么回事? | 1权限问题 或者路径...
$crontab -e
39 * * * * /home/li/shell/test >> test.log 2>&1
test的内容:
#!/bin/bash
echo test >> testFile
只是做一个试验。重启crond也不好使,到了第39分钟的时候不执行,到底怎么回事?
39 * * * * /home/li/shell/test >> test.log 2>&1
test的内容:
#!/bin/bash
echo test >> testFile
只是做一个试验。重启crond也不好使,到了第39分钟的时候不执行,到底怎么回事?
|
1权限问题 或者路径问题
2 你不是用 crontab -e 编辑的
3 当前用户crontab 关闭
2 你不是用 crontab -e 编辑的
3 当前用户crontab 关闭