您的位置:首页 > 技术中心 > 运维 >

linux终端执行shell脚本时提示权限不足

时间:2022-02-28 10:05

问题描述:

今天在Linux尝试搭建dynamips的工作环境,在执行shell脚本时遇到个小问题,有一个名为start.sh的脚本文件,内容如下:

#!/bin/bash
./dynamips.bin -H 7200 &

免费视频教程推荐:linux视频教程

在终端执行shell脚本后,出现问题如下:

[root]# ./start.sh
bash: ./start.sh: 权限不够

解决方法:

先使用chmod命令对shell脚本赋予权限,再执行命令:

[root]# chmod 777 ./start.sh
[root]# ./start.sh

相关文章教程推荐:linux教程

以上就是linux终端执行shell脚本时提示权限不足的详细内容,更多请关注gxlcms其它相关文章!

热门排行

今日推荐

热门手游