From owner-freebsd-questions Wed Nov 8 20:21: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gw.gbch.net (gw.gbch.net [203.24.22.66]) by hub.freebsd.org (Postfix) with SMTP id EFE7937B4C5 for ; Wed, 8 Nov 2000 20:21:02 -0800 (PST) Received: (qmail 9036 invoked by uid 1001); 9 Nov 2000 14:21:00 +1000 X-Posted-By: GBA-Post 2.06 15-Sep-2000 X-PGP-Fingerprint: 5A91 6942 8CEA 9DAB B95B C249 1CE1 493B 2B5A CE30 Message-Id: Date: Thu, 09 Nov 2000 14:20:59 +1000 From: Greg Black To: "Tsang, Victor YF" Cc: "'questions@freebsd.org'" , "'hackers@freebsd.org'" Subject: Re: programming: how to send signal to other program References: <20001109041834.DF7AF37B479@hub.freebsd.org> In-reply-to: <20001109041834.DF7AF37B479@hub.freebsd.org> of Thu, 09 Nov 2000 11:31:10 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > How can I send a signal (say, SIGUSR1) to another program with known pid? I > used to do so in Solaris using sigsend() but this call seems not available > in FreeBSD. Use kill(2), and don't send learner questions to -hackers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message