我们已经设置了 Centos 7 FTP 服务器。
当我们通过 WinSCP 或 FileZilla 连接到它时,我们会被放入用户的主文件夹中。
一旦我们到达该文件夹之上的一层,/home
我们就看不到用户的主文件夹了。但是,如果我们手动输入用户的主文件夹,它会跳转到那里。
当当前目录为 时,是否可以在 WinSCP/FileZilla 中查看用户的主文件夹/home
?
ls -ld /home /home/ftp/
drwxr-xr-x. 3 root root 17 Apr 2 16:11 /home
drwx------. 2 ftp ftp 99 Apr 2 16:04 /home/ftp/
/etc/vsftpd/vsftpd.conf
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
userlist_enable=YES
userlist_file=/etc/vsftpd/user_list
userlist_deny=NO
pam_service_name=vsftpd
tcp_wrappers=YES
答案1
Selinux 启用了吗?
ftpd_full_access
如果您希望它能够读取任何未标记的地方public_content_t
,您需要有selinux 布尔值“ ”。
(请不要关闭 selinux。)