Re: killing xdm

1997-09-30 Thread Peter Iannarelli
Hello Paul: Try using /etc/init.d/xdm stop Peter From: Paul Miller <[EMAIL PROTECTED]> To: Debian User Date: Tuesday, September 30, 1997 6:16 AM Subject: killing xdm >How can I kill xdm? I tried finding the pid id and it wasn't listed in >'ps -a' and I don't know how to scroll in 'top'.

Re: killing xdm

1997-09-30 Thread Syrus Nemat-Nasser
On Mon, 29 Sep 1997, Paul Miller wrote: > How can I kill xdm? I tried finding the pid id and it wasn't listed in > 'ps -a' and I don't know how to scroll in 'top'... how? The normal way to stop xdm is "/etc/init.d/xdm stop" at super user prompt. If this doesn't work, then follow the advice from

Re: killing xdm

1997-09-30 Thread Dale Scheetz
On Mon, 29 Sep 1997, Paul Miller wrote: > How can I kill xdm? I tried finding the pid id and it wasn't listed in > 'ps -a' and I don't know how to scroll in 'top'... how? > Try: killall xdm Luck, Dwarf -- _-_-_-_-_-_- _-_-_-_-_-_-_- aka Dale Scheetz

Re: killing xdm

1997-09-30 Thread Will Lowe
On Mon, 29 Sep 1997, Paul Miller wrote: > How can I kill xdm? I tried finding the pid id and it wasn't listed in > 'ps -a' and I don't know how to scroll in 'top'... how? try ps -ax to list processes not attached to the terminal. Will