帮助中心 >  技术知识库 >  云服务器 >  服务器教程 >  FTP 553 Can't open that file: Permission denied 错误解决方法

FTP 553 Can't open that file: Permission denied 错误解决方法

2018-05-20 16:18:21 5192

可以用$ll查看文件夹所有者

然后在执行权限命令

for user:
chown -fR <new_username> /home/abc

For grp:
chgrp -fR <new_grp> /home/abc


列如

chown -R www.landui.com /data/wwwroot/www.landui.com/

find /data/wwwroot/www.landui.com -type d -exec chmod 755 {} \;

find /data/wwwroot/www.landui.com -type f -exec chmod 644 {} \;



提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: