vsftpd登录时提示“vsftpd 500 OOPS: chroot”的问题
来源:岁月联盟
时间:2012-04-17
在google之找到http://www.linuxquestions.org/questions/linux-networking-3/ftp-500-oops-cannot-change-directory-432558/ www.2cto.com 于是知道是selinux的问题,它有一个叫做”Allow ftp to read/write in the user home directories” 的选项。
使用如下命令 /usr/sbin/setsebool -P ftp_home_dir 1
打开选项,重启服务器,登录,一切ok了。 作者 迷路的游侠
下一篇:Linux下查看历史操作记录