Altera_Forum
Honored Contributor
20 years agoA new problem when uses the ftp service by inetd
<<<<My English is not good, please forgives.>>>>
When a ftp user will connect the server, inetd then starts a ftpd process, but when the ftp user will disconnect, the ftpd process did not end. =============================================================# ps PID PORT STAT SIZE SHARED %CPU COMMAND ...... 23 S 139K 0K 0.0 /bin/dhcpcd -NRY 24 S 95K 0K 0.0 /bin/inetd 25 S 279K 0K 0.0 /bin/boa -c /mnt/cf/httpd/ 26 S 195K 0K 0.0 /bin/sh 30 S 287K 0K 0.0 /bin/ftpd 34 S 287K 0K 0.0 /bin/ftpd 41 S 287K 0K 0.0 /bin/ftpd 47 R 83K 0K 0.0 ps ============================================================== now there is 3 ftpd process, but in fact was i has connected thrice , not three users connects. why?? <<<<My English is not good, please forgives.>>>> thx.