脚本专栏 
首页 > 脚本专栏 > 浏览文章

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

(编辑:jimmy 日期: 2024/12/29 浏览:3 次 )

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

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

第一步查看/etc/profile:
linux定时任务出现command not found解决办法

第二步修改 /root/.bash_profile:
linux定时任务出现command not found解决办法
末尾添加命令的路径
linux定时任务出现command not found解决办法

第三步 shell脚本修改:

#!/bin/bash

. /etc/profile
. /root/.bash_profile

脚本中添加内容如下:

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

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

上一篇:Linux磁盘空间被未知资源耗尽的解决方法
下一篇:解决VirtualBox中Ubuntu 14.04屏幕分辨率不能设置的问题
一句话新闻
Windows上运行安卓你用过了吗
在去年的5月23日,借助Intel Bridge Technology以及Intel Celadon两项技术的驱动,Intel为PC用户带来了Android On Windows(AOW)平台,并携手国内软件公司腾讯共同推出了腾讯应用宝电脑版,将Windows与安卓两大生态进行了融合,PC的使用体验随即被带入到了一个全新的阶段。