vsftpd_virtual_users_setup
转帖http://alien2thisworld.net/sitePages/tutorials/vsftpd_virtual_users_setup.html http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch15_:_Linux_FTP_Server_Setup STEP 1: Install Required packages: pam (installed by default) db4 (db4 is my version and was installed by default) vsftpd compat-db (this is the package name on fedora which provides the binary db42_load) Check if the 'db' package is installed [root@mysystem vsftpd]# rpm -qa | grep -i db If the db4 package is not installed, do it: [root@mysystem vsftpd]# yum install db4 The package compat-db will give us the db42_load