From owner-freebsd-questions Sun Dec 10 11:14:49 2000 From owner-freebsd-questions@FreeBSD.ORG Sun Dec 10 11:14:47 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from d9168.upc-d.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 1124337B400 for ; Sun, 10 Dec 2000 11:14:47 -0800 (PST) Received: by d9168.upc-d.chello.nl (Postfix, from userid 1001) id 7A939352; Sun, 10 Dec 2000 20:14:45 +0100 (CET) Date: Sun, 10 Dec 2000 20:14:45 +0100 From: Edwin Groothuis To: Williams Russell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: starting daemons Message-ID: <20001210201445.A55279@d9168.upc-d.chello.nl> Mail-Followup-To: Edwin Groothuis , Williams Russell , freebsd-questions@FreeBSD.ORG References: <20001210190512.6836.qmail@web4902.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 Sender: edwin@d9168.upc-d.chello.nl Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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