Path: utzoo!attcan!uunet!snorkelwacker!bloom-beacon!bu.edu!buengc!bph From: bph@buengc.BU.EDU (Blair P. Houghton) Newsgroups: comp.unix.ultrix Subject: Re: Size of the X server process growing uncontrollably! Message-ID: <5409@buengc.BU.EDU> Date: 22 Feb 90 15:00:42 GMT References: <5404@buengc.BU.EDU> <77334@tut.cis.ohio-state.edu> <8518@shlump.nac.dec.com> Reply-To: bph@buengc.bu.edu (Blair P. Houghton) Followup-To: comp.unix.ultrix Organization: Boston Univ. Col. of Eng. Lines: 20 In article <8518@shlump.nac.dec.com> michaud@decvax.dec.com (Jeff Michaud) writes: >I wrote: >> kill -KILL `ps -aux | grep Xq | grep -v grep | colrm 15 | colrm 1 9` > > If you're on a DECstation, you don't want to use Xq, but probably just > X (Xmfb and Xcfb are the names of the servers for mono and color respectively > on the DECstation). > > (I also prefer using awk '{print $1}' instead of the colrm's, but > that's just me :-) Ac-shully, you might want to use: awk '{print $2}'. And, don't change the one-liner use ps -l. It doesn't list the X servers by name, at least not if they were started or restarted by hand. --Blair "Pedantry for the Pedestrian Since 1888."