美文网首页
Linux VSFTPD错误集锦

Linux VSFTPD错误集锦

作者: 爱蛇 | 来源:发表于2017-04-24 18:29 被阅读0次

1.错误500 OOPS: cannot change directory:/root
已经配置了可以使用root 来登录,但每次登录都提示这个错误
原因是selinux 的原因

临时生效:
setenforce 1

重启后生效
vim /etc/selinux/config
SELINUX=disabled

相关文章

网友评论

      本文标题:Linux VSFTPD错误集锦

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