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服务器


版权声明:本文为xinggm原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。