suse linux 启动 vsftp
1.启动vsftp服务器
# cd /etc/xinetd.d/
# ls
# chkconfig vsftpd --list
# chkconfig vsftpd on
# chkconfig vsftpd --list
2.重新启动xinetd
# rcxineted restart
3.默认情况下xineted不自动启动,手动更改.
# chkconfig xinetd --list
# chkconfig xinetd on
4. 测试ftp服务器