Stopping ftpd

Hi,

I want to know how can i stop ftpd with a command line.

I know that this process is started from inetd, but it does not appear in
pidin and the command slay ftpd doesn’t work, cause ftpd is active only
when an ftp connection is active.

I want to replace ftpd by pure-ftpd, and not start it from inetd, because,
inetd is blocking ftp after a number of connections, it’s a well known
problem of inetd.

If you have any suggestion let me know…thx a lot

Manil Gaouar

On Thu, 25 May 2006 21:20:46 +0400, Manil Gaouar <mgaouar@solacom.com>
wrote:

I want to know how can i stop ftpd with a command line.
Just edit /etc/inetd.conf and do “kill -HUP <inetd.pid>”.

Tony.

Thx a lot