Robert Fendt wrote:

> my assumption:
> i assume that ftpd on host1 isn't running and that on neither machine telnetd
> is running
> 
> my question(s):
> - how can i check for a running daemon?
> - how can i start a daemon (tried "start-stop-daemon...", no success)
> manually?
> - how can i start a daemon via "rc..." script @ boottime?
> - how can i find out if a daemon is installed 

Note that both the FTP and telnet services are provided by programs
which are run from inetd, and not by standalone daemons.

Check in /etc/inetd.conf; if you make any changes, you need to send
SIGHUP to inetd to make it re-read inetd.conf.

-- 
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to