- 创建.sh文件
$touch hello.sh
- 查看文本权限
$ ls -l hello.sh
- 修改文本权限
$ chmod +x ./hello.sh
- 执行脚本文件
$ ./hello.sh
$touch hello.sh
$ ls -l hello.sh
$ chmod +x ./hello.sh
$ ./hello.sh
本文标题:Shell脚本权限
本文链接:https://www.haomeiwen.com/subject/goippxtx.html
网友评论