(1) cd/etc/vsftpd/
(2) Vim vuser.list Create user Zhaosi and Liwu password are redhat (odd behavior account name, even behavior password)
(3) db_load-t-T hash-f vuser.list vuser.db
(4) File vuser.db
(5) chmod vuser.db
(6) Rm-f vuser.list
(7) Set/var/ftproot/to local user home directory
(8) Chmod-rf 755/var/ftproot/give home directory permissions
(9) vim/etc/pad.m/vsftpd.vu change PAM.D file
auth?required?/lib64/security/pam_userdb.so?db=/etc/vsftpd/passwd
account?required?/lib64/security/pam_userdb.so?db=/etc/vsftpd/passwd
(10) Configuring the Vsftpd.conf file
(11) Create files Vuser_dir to/ETC/VSFTPD
Create files Zhaosi and Liwu and give Liwu permissions
(12) Configure the vsftpd.conf file again
(13) Restart the VSFTPD service and set the boot start
(14) Login FTP virtual user
(15) Create and delete files in the FTP Liwu user
Linux FTP Virtual User creation