Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2001 01:30:17 -0000
From:      "Steven" <steven@trance.org>
To:        "FreeBSD Questions" <freebsd-questions@freebsd.org>
Subject:   RE: Killing process
Message-ID:  <NEBBLBKNKLDHDLHHPODBCEMMCKAA.steven@trance.org>
In-Reply-To: <Pine.GSO.4.21.0101042016320.15622-100000@bellatrix.ccs.neu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
> Use the back quotes. Command should be
> 
> kill -9 `cat /var/run/inetd.pid`

you can also just do:

killall inetd

or any other process running in place of inetd.


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?NEBBLBKNKLDHDLHHPODBCEMMCKAA.steven>