[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: ftp questions....
- From: Volker Kindermann <ml ps102 de>
- To: bedouglas earthlink net, General Red Hat Linux discussion list <redhat-list redhat com>
- Cc:
- Subject: Re: ftp questions....
- Date: Sat, 30 Oct 2004 16:31:43 +0200
> the issue i'm having is that although i can ftp in/access files from
> another box, when i do a:
> # ps -aef | grep ftp
>
> i get
>
> #
>
> which is curious.. to say the least...
please do a "netstat -nap|grep LISTEN" and look if your machine listens
at port 21. If so, you will see which application listens in the last
column of the output. I'm quite sure that it is xinetd or inetd.
In the first case, the ftp-service is either started by /etc/xinetd.conf
or a separate configfile in /etc/xinetd.d. In the later case (inetd),
it is certainly started in /etc/inetd.conf.
-volker
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]