方法一:切换到shell脚本所在的目录(此时,称为工作目录)执行shell脚本
cd /data/shell ./hello.sh
方法二:以绝对路径的方式去执行bash shell脚本
/data/shell/hello.sh
方法三:直接使用bash 或sh 来执行bash shell脚本
cd /data/shell bash hello.sh
或
cd /data/shell sh hello.sh
方法四:在当前的shell环境中执行bash shell脚本
cd /data/shell . hello.sh
或
cd /data/shell source hello.sh
以上就是“centos怎么执行脚本 centos定时任务执行脚本”的详细内容,更多请关注1818ip网其它相关文章!
相关文章
标签:CentOS
- •centos中的uuid是必须的吗 centos安装minicom必须联网吗
- •centos如何查看用户 centos如何查看用户密码
- •centos重启后时间不对怎么办 centos时间不同步怎么解决
- •如何解决centos7下chrome打不开的问题 centos安装chrome
- •centos下ping不通网关怎么办 centos ping不通网关怎么解决
- •centos7系统找不到网卡 centos7装完系统找不到网卡
- •centos中pear命令无法使用怎么办 pear是什么意思
- •centos怎么实现开机进入命令行模式 centos7开机进入命令行模式
- •centos无法进入图形界面怎么解决 centos无法进入图形界面
- •centos默认用户名密码是什么 centos默认用户名密码