From owner-freebsd-questions Sat Apr 13 12: 5:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13306.mail.yahoo.com (web13306.mail.yahoo.com [216.136.175.42]) by hub.freebsd.org (Postfix) with SMTP id 2F3B037B400 for ; Sat, 13 Apr 2002 12:05:45 -0700 (PDT) Message-ID: <20020413190545.5041.qmail@web13306.mail.yahoo.com> Received: from [217.80.71.43] by web13306.mail.yahoo.com via HTTP; Sat, 13 Apr 2002 21:05:45 CEST Date: Sat, 13 Apr 2002 21:05:45 +0200 (CEST) From: =?iso-8859-1?q?m=20p?= Subject: Re: S/Key - this is embarrasing. To: John Mills , FreeBSD-questions Cc: Patrick O'Reilly In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi John, --- John Mills schrieb: > Hello Marc! > > On Fri, 12 Apr 2002, [iso-8859-1] m p wrote: > > > > > > # kill -HUP `cat /var/run/inetd.pid` > > > Have you ever looked into the rc.d scripts? > > That's where I go in Linux; I took a cursory look on the FreeBSD box and > didn't see where the netowrk was being done. In this case restarting > 'sshd' is what I actually need. > I wanted to correct a statement with that question. It was: "no other unices were using files with process ids". They are doing it - but in the rc.d scripts (it is hidden from the user). For restarting sshd under FreeBSD: 1) killall -1 sshd (should work - I didn't tested it). 2) kill -HUP `cat /var/run/sshd.pid` 3) kill `cat /var/run/sshd.pid`; sshd The rc.d scripts are offering some comfort - but they do exactly the same. Hope that helps Marc __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Sie brauchen mehr Speicher für Ihre E-Mails? - http://premiummail.yahoo.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message