我是從官網下載Proftpd 的最新版本 http://www.proftpd.org/ Proftpd自行compile, /configure --prefix=/usr/local/proftpd --enable-shadow --enable-autoshadow \ --with-modules=mod_ratio:mod_readme:mod_wrap (已參考過鳥哥網站) 亦將proftpd.conf裡面修改過 *將原本的ServerType仍保持是standalone *將Port改為10000 因為機器本身亦有跑vsftpd *群組名級使用者名改為Proftpd,且系統也設好該user及group *將DefaultRoot設定為 /home 最後輸入/usr/local/proftpd 來啟動server ===================================== [root@www proftpd]# ps aux|grep ftp root 2385 0.0 0.0 37556 576 ? Ss Jan22 0:00 /usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf root 7618 0.0 0.0 19224 936 ? Ss 08:33 0:00 proftpd: (accepting connections) root 7620 0.0 0.0 63280 760 pts/0 S+ 08:33 0:00 grep ftp ===================================== 亦有netstat -tlnp 發現該server跑在 ===================================== Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 5844/mysqld tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 2076/portmap tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 7618/proftpd: (acce tcp 0 0 0.0.0.0:1009 0.0.0.0:* LISTEN 2099/rpc.statd tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 2385/vsftpd tcp 0 0 :::80 :::* LISTEN 5044/httpd tcp 0 0 :::22 :::* LISTEN 12874/sshd tcp 0 0 :::443 :::* LISTEN 5044/httpd ===================================== 試問怎麼使該server能夠standalone,且正常運作之? 上面的種種到底哪邊出了問題 //官方手冊寫的好亂好雜,還是鳥哥的站好 -- ╭ 這篇文章讓你覺得?�════════════════════════�╮ ║ by ycat ║y ║ �w�w+ �_ �_ . .! �� �� �� �� �麾� || �� ��║c ║�獺t�� �獺鴃� ▄ �h△�h �晼\��b �獺`��y �獺V�� 皿 ║a ║ 新奇 溫馨 誇張 難過 實用 高興 無聊 生氣 ║t ╰�═════════════════════════════════� ╯ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 163.32.205.10