Date: Fri, 22 Sep 1995 00:42:39 +0200 (MET DST) From: Piero Serini <piero@strider.ibenet.it> To: hernanw@FSL.ORST.EDU (Wayne Hernandez) Cc: freebsd-questions@freebsd.org Subject: Re: killing xdm Message-ID: <199509212242.AAA12010@strider.ibenet.it> In-Reply-To: <Pine.SUN.3.91.950921105000.8429A-100000@cornus.FSL.ORST.EDU> from "Wayne Hernandez" at Sep 21, 95 10:52:51 am
next in thread | previous in thread | raw e-mail | index | archive | help
Hello. Quoting from Wayne Hernandez (Thu Sep 21 19:52:51 1995): > I used kill `ps -awx| grep xdm | cut -c 1-6`, but that is not fast > enough, as I keep getting messages that the ps jobs do not exist. You are killing any process with the string "xdm" in the arg list. This includes the grep process, but it's irrelevant. First of all, Anyway there's no need to grep for the pid. Under R5 the pid is stored in: /usr/X386/lib/X11/xdm/xdm-pid, I don't know the location under R6 but I suppose it's in: /usr/X11R6/lib/X11/xdm/xdm-pid. Bye, -- # $Id: .signature,v 1.12 1995/08/14 12:10:54 piero Exp $ Piero Serini Via Giambologna, 1 <Piero@Free.IT> I 20136 Milano - ITALY
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509212242.AAA12010>