Re: [SLUG] How to start/stop wu-ftpd?

From: Matt Miller (mmiller1@mptotalcare.com)
Date: Fri Jun 06 2003 - 15:42:54 EDT


On Fri, 2003-06-06 at 14:59, John Clay wrote:
> I've got it loaded but don't know how to start and stop it. Anyone know
> how?
>

ls /etc/init.d and look for wu-ftpd. If it is listed, as root do --

$ /etc/init.d stop # or start

If not listed in /etc/init.d, do --

$ ls /etc/xinetd.d/

If wu-ftpd is listed in /etc/xinetd.d, open it up with a text editor and
set disabled to equal "yes".

$ vi /etc/xinetd.d/wu-ftpd

Then restart xinetd.d with the following --

$ /etc/init.d/xinetd restart

To re-enable wu-ftpd, set disabled back to no and restart xinetd.

-- 

Matt Miller Systems Administrator MP TotalCare gpg public key id: 08BC7B06

-- Insanity in individuals is something rare - but in groups, parties, nations and epochs, it is the rule. -- Nietzsche




This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 16:19:47 EDT