Ftp启动与关闭
时间:2014-01-23 19:57:41
收藏:0
阅读:405
//启动 service vsftpd start //关闭 service vsftpd stop
查看进程
ps -ef | grep ftp root 2360 1 0 11:17 ? 00:00:00 /usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf
原文:http://www.cnblogs.com/mengzhongshi/p/3530902.html
评论(0)