linux定时任务出现command not found解决办法
时间:2021-07-13 08:22:52|栏目:Shell|点击: 次
linux定时任务出现command not found解决办法
第一步查看/etc/profile:
第二步修改 /root/.bash_profile:
末尾添加命令的路径
第三步 shell脚本修改:
#!/bin/bash . /etc/profile . /root/.bash_profile
脚本中添加内容如下:
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
栏 目:Shell
下一篇:Shell中比较大小简洁总结
本文标题:linux定时任务出现command not found解决办法
本文地址:http://www.codeinn.net/misctech/156751.html