美文网首页
cenos修改FTP权限

cenos修改FTP权限

作者: CoderChou | 来源:发表于2016-11-16 18:19 被阅读11次

    step1:连接服务器

    //Linux 命令
    ssh -p 端口号 -i 公司密钥 root@公司ip
    
    Paste_Image.png

    step2:进入当前目录

    //需要修改目录vendor的权限 
    //进入该目录的上一层
    chmod -R 775 vendor
    chgrp -R ftp vendor
    

    修改成功:


    Paste_Image.png

    注:

    cd .. 进入上层目录
    

    相关文章

      网友评论

          本文标题:cenos修改FTP权限

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