Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2002 14:10:02 -0800 (PST)
From:      Nik Clayton <nik@freebsd.org>
To:        freebsd-doc@freebsd.org
Subject:   Re: docs/33635: fantasy '-s' option in exports(5) and kill(1)
Message-ID:  <200201072210.g07MA2s60806@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/33635; it has been noted by GNATS.

From: Nik Clayton <nik@freebsd.org>
To: Rich Morin <rdm@cfcl.com>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: docs/33635: fantasy '-s' option in exports(5) and kill(1)
Date: Mon, 7 Jan 2002 13:05:28 +0000

 --0z5c7mBtSy1wdr4F
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Sun, Jan 06, 2002 at 11:03:20PM -0800, Rich Morin wrote:
 > >Description:
 >=20
 >         The exports(5) and kill(1) manual pages say that one can
 >         use the '-s' option to send named signals to a process, as:
 >=20
 >           kill -s HUP `cat /var/run/mountd.pid`
 >=20
 >         The kill command, however, does not accept this option:
 >=20
 > 	  s: Unknown signal; kill -l lists signals.
 
 You're using your shell's built in kill. . .
 
     # ps -ax | grep inetd
     194  ??  Is     0:00.05 inetd -wW
 
     # kill -s HUP 194
     s: Unkown signal; kill -l lists signals.
 
     # which kill
     kill: shell built-in command
 
     # /bin/kill -s HUP 194
    =20
 N
 --=20
 FreeBSD: The Power to Serve             http://www.freebsd.org/
 FreeBSD Documentation Project           http://www.freebsd.org/docproj/
 
           --- 15B8 3FFC DDB4 34B0 AA5F  94B7 93A8 0764 2C37 E375 ---
 
 --0z5c7mBtSy1wdr4F
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.6 (FreeBSD)
 Comment: For info see http://www.gnupg.org
 
 iEYEARECAAYFAjw5nRgACgkQk6gHZCw343UbygCbBoeJeLkqkCLg/iLZNkpl88Yz
 38oAmgKzLF6pfppjzZ2eyRA7AMaCIIwD
 =cnVo
 -----END PGP SIGNATURE-----
 
 --0z5c7mBtSy1wdr4F--

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




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