vsftp的可读、可写、可删


RHEL5 or CentOS5
1、匿名用户可读、可写、可删、可重命名:

(1)chmod 777 /var/ftp/pub
(2)/etc/vsftpd/vsftpd.conf中添加:anon_other_write_enable=YES

2、匿名用户可读、可写、不可删、不可重命名:
方法1、chmod 1777 /var/ftp/pub
方法2、(1)chmod 777 /var/ftp/pub
(2)etc/vsftpd/vsftpd.conf中添加:anon_other_write_enable=NO


《“vsftp的可读、可写、可删”》 有 1 条评论

发表回复

This site uses Akismet to reduce spam. Learn how your comment data is processed.