From owner-freebsd-questions@FreeBSD.ORG Tue May 2 20:27:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B96516A474 for ; Tue, 2 May 2006 20:27:55 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 341B543DCA for ; Tue, 2 May 2006 20:27:47 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060502202742.IUJO13882.mta9.adelphia.net@default.chvlva.adelphia.net>; Tue, 2 May 2006 16:27:42 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 211E5B778; Tue, 2 May 2006 16:27:59 -0400 (EDT) Date: Tue, 2 May 2006 16:27:59 -0400 From: Parv To: Noah Message-ID: <20060502202758.GA954@holestein.holy.cow> Mail-Followup-To: Noah , freebsd-questions References: <20060502141456.M89369@enabled.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060502141456.M89369@enabled.com> Cc: freebsd-questions Subject: Re: graceful way of stopping X remotely 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: Tue, 02 May 2006 20:28:06 -0000 in message <20060502141456.M89369@enabled.com>, wrote Noah thusly... > > Its been a while since I've had to admin X. What is a graceful > way to stop X when I am remote to the machine? Send a SIGTERM (or any other appropriate one) signal to the controlling|foreground X process? - Parv --