LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   When running vsftpd with xinetd. How do I see the processes?? (https://www.linuxquestions.org/questions/linux-general-1/when-running-vsftpd-with-xinetd-how-do-i-see-the-processes-431812/)

hunterhunter 04-04-2006 11:17 PM

When running vsftpd with xinetd. How do I see the processes??
 
I do a ps -ef | grep vsftp

Nothing shows up...


Thanks.


I also have another question I posted earlier. Please help there if you can.

Many thanks.

centauricw 04-05-2006 12:55 AM

You won't see any vsftpd processes until someone actually connects to your FTP server. Xinetd listens on the FTP port and only fires up the vsftpd server when there's a new connection. The FTP seesion is done, the vsftpd process dies and it disappears from the process list.

hunterhunter 04-05-2006 09:15 AM

If you do a "chkconfig --list | less" then it shows up at the bottom and even tells you if it's on or off. For some strange reason I'll stop xinetd and it still says vsftpd on??

Would somebody elaborate?

Regards

centauricw 04-05-2006 11:53 PM

The chkconfig --list command shows if a service will be started or not on system boot. It is not the current running status of the process.


All times are GMT -5. The time now is 09:27 PM.