How right you are, Ron! I always forget this usefull utility (pidof).
Anybody knows why it is located under /sbin?
I usually don't include /sbin in my $PATH.

Flupke

On Fri, 12 May 2000, Ron Greer wrote:

> Eesh that sounds like WAAY to much command line :)
> try:
> kill -9 `pidof kwm`
>       -=Ron=-
> 
> 
> -----Original Message-----
> From: flupke [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 12, 2000 6:13 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] KDE Desktop
> 
> 
> from your telnet session, you could try to kill KDE :
>  ps aux |grep -i kde |grep -v grep
>  kill -9 [PID]
> PID is the PID of KDE (the number in the 2nd column after the "ps"
> command)
> 
> If it doesn't work, try to kill your X session
> 
> HTH
> Flupke
> 
> On Thu, 11 May 2000 [EMAIL PROTECTED] wrote:
> 
> > Hi All,
> > 
> > My KDE desktop is not responding to the mouse-clicks. I am not able to
> open
> > Netscape, console etc. I can access the system through telnet and does not
> > want to reboot. Any suggestions ?
> > 
> > Thanks
> > 
> > - anil
> > 
> > 
> > 
> > 
> 
> 

Reply via email to