Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 2000 20:14:45 +0100
From:      Edwin Groothuis <mavetju@chello.nl>
To:        Williams Russell <russwilliams_us@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: starting daemons
Message-ID:  <20001210201445.A55279@d9168.upc-d.chello.nl>
In-Reply-To: <20001210190512.6836.qmail@web4902.mail.yahoo.com>; from russwilliams_us@yahoo.com on Sun, Dec 10, 2000 at 11:05:12AM -0800
References:  <20001210190512.6836.qmail@web4902.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 10, 2000 at 11:05:12AM -0800, Williams Russell wrote:
> How can I start daemons? (e.g. inetd or sshd etc.)

Manually, from the commandline: find where the daemon lives (which,
locate) and enter the command with optional arguments:

[~] edwin@p6>which sshd
/usr/sbin/sshd
[~] edwin@p6>/usr/sbin/sshd


Automaticly at boot-time: add sshd_enable="YES" to /etc/rc.conf
(see /etc/defaults/rc.conf for lots of automagicly managed daemons)

Edwin
-- 
Edwin Groothuis   | Fatal Dimensions:
mavetju@chello.nl | http://fataldimensions.nl.eu.org/
------------------+ telnet://fataldimensions.nl.eu.org:4000
Trenton@FinalFantasy: y r all fucken coders wierd and negative except me?


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001210201445.A55279>