美文网首页
Shell脚本权限

Shell脚本权限

作者: Luyc_Han | 来源:发表于2017-10-30 14:45 被阅读39次
    • 创建.sh文件
     $touch hello.sh
    
    • 查看文本权限
    $ ls -l hello.sh 
    
    • 修改文本权限
    $ chmod +x ./hello.sh 
    
    • 执行脚本文件
    $ ./hello.sh 
    

    附录1

    文件权限.png

    附录2

    01BCF535-A2E4-4602-B9F9-3D74D672287A.png

    相关文章

      网友评论

          本文标题:Shell脚本权限

          本文链接:https://www.haomeiwen.com/subject/goippxtx.html