suse linux 启动 vsftp1.启动vsftp服务器# cd /etc/xinetd.d/# ls# chkconfig vsftpd --list# chkconfig vsftpd on# chkconfig vsftpd --list2.重新启动xinetd# rcxineted restart3.默认情况下xineted不自动启动,手动更改.# chkconfig xinetd --list# chkconfig xinetd on4. 测试ftp服务器版权声明:本文为xinggm原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。原文链接:https://blog.csdn.net/xinggm/article/details/83841030