咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

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

2018-05-20 16:18:21 8105次

可以用$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 {} \;



首页
最新活动
个人中心