首页 > 开发 > Linux Shell > 正文

linux定时任务出现command not found解决办法

2020-07-27 18:54:38
字体:
来源:转载
供稿:网友

 linux定时任务出现command not found解决办法

这里写图片描述

第一步查看/etc/profile:
这里写图片描述

第二步修改 /root/.bash_profile:
这里写图片描述
末尾添加命令的路径
这里写图片描述

第三步 shell脚本修改:

#!/bin/bash. /etc/profile. /root/.bash_profile

脚本中添加内容如下:

这里写图片描述

感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表