From owner-freebsd-questions@FreeBSD.ORG Fri Aug 31 17:30:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8607316A417 for ; Fri, 31 Aug 2007 17:30:14 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id B09C113C442 for ; Fri, 31 Aug 2007 17:30:13 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7VHU4Pe015204; Fri, 31 Aug 2007 19:30:04 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7VHU4lh015201; Fri, 31 Aug 2007 19:30:04 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 31 Aug 2007 19:30:03 +0200 (CEST) From: Wojciech Puchar To: White Hat In-Reply-To: <380497.82982.qm@web34407.mail.mud.yahoo.com> Message-ID: <20070831192932.P15197@wojtek.tensor.gdynia.pl> References: <380497.82982.qm@web34407.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Users Questions Subject: Re: Meaning of: kill -USR2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2007 17:30:14 -0000 > I have seen 'kill -USR2' used in some scripts; > however, I am unable to find out exactly what it is > referring to. The man page for 'kill' does not list > any 'USR2' flag or signal, unless I am reading it > incorrectly. because it's user defined signal number 2 - the program taking it does what it want (or exactly - what programmer want)