Linux下任务调度的crond常驻命令(3)

执行ssh不能运行的问题。

所有的crontab问题只有两种可能,

1,环境

2,路径

而第二种问题往往又是第一种问题引起的,所以加上环境后,.bash_profile里的环境后99%的问题都一招通杀。

.bash_profile会读取.bashrc

.bashrc 会读取 /etc/bashrc

/etc/bashrc 会读取 /etc/profile

一个linux所有的系统用户,所有的环境变量,都逃不出以上几个文件。(前提是你用bash)

都使用绝对路径:

source~/.bash_profile

cd/usr/local/yidaba/useraction/

nohup/usr/local/Java/bin/java -Xms80m-Xmx256m-XX:ThreadStackSize=128 -jar/usr/local/yidaba/useraction/useractionv1.jar>/usr/local/yidaba/useraction/test.log

* */2 * * * wget--delete-after

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/22670.html