Re: Help please


Subject: Re: Help please
From: david bourke (dmbourke@hotmail.com)
Date: Tue May 15 2001 - 12:12:22 MDT


type ps -ef | grep ftpd

if you get output (not including the line that says grep ftpd) then your server is already running, if its not running, do the following:

edit /etc/inetd.conf and uncomment the # infront of the ftpd line

then type ps -ef | grep inetd

take the second number for the inetd process and type: kill -HUP <second number>

this will start your ftp server. you may also need to edit /etc/ftpusers (users included in this file cannot access ftp) /etc/hosts.allow and /etc/hosts.deny. type man hosts.allow and man ftpusers for more info.

setting up an ftp server for yellowdog is the same as it is for redhat on an i386 so you should be able to find more then enough info.

>From: scott@conbro.com
>Reply-To: yellowdog-general@lists.yellowdoglinux.com
>To: yellowdog-general@lists.yellowdoglinux.com
>Subject: Help please
>Date: Tue, 15 May 2001 12:22:16 -0500
>
>How do i setup ftp server on yellow dog linux


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.



This archive was generated by hypermail 2a24 : Tue May 15 2001 - 11:17:30 MDT