CentOS后台运行Apache FTPServer的方法 nohup ./bin/ftpd.sh res/conf/ftpd-typical.xml &
?
4. 停止
?? ?查看进程?
ps -ef | grep ftpserver
????
???? 杀死进程(pid为上一步查到的进程ID)
kill -9 pid
5. 查看日志
tailf res/log/ftpd.log