계정 추가
# useradd [계정이름]
비밀번호 설정
# passwd [계정이름]
계정 삭제
# userdel [계정이름]
계정 관련 데이터 삭제
# userdel -r [계정이름]
Open file /etc/sysconfig/iptables, enter:
# vi /etc/sysconfig/iptables
Add the following lines, ensuring that they appear before the final LOG and DROP lines for the RH-Firewall-1-INPUT:
-A RH-Firewall-1-INPUT -m state --state NEW -p tcp --dport 21 -j ACCEPT
Save and close the file. Restart firewall:
# service iptables restart
(출처 : Red Hat / CentOS VSFTPD FTP Server Configuration)
Anonymous 접속을 허락하지 않는다면,
/etc/vsftpd/vsftpd.conf
anonymous_enable=NO