LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   oneko (https://www.linuxquestions.org/questions/linux-newbie-8/oneko-19009/)

sparks 04-20-2002 05:09 PM

oneko
 
Hi

its a nice gadget, this cat running around my screen trying to catch the cursor, for about two minutes ;-) Does anybody know how to quit it, because its getting on my nerves (sort of) and the man-pages dont say anything about it.

thanks in advance

Sparks

neo77777 04-20-2002 06:02 PM

do in the terminal
ps -ef | grep oneko
get the PID of it and
do
kill -9 PID

sparks 04-21-2002 03:09 AM

oneko
 
thanks neo77777

I had some trouble finding the PID from the output of ps -ef | grep oneko.
yesterday I tried to find the PID with top, no luck there. it seems like top does not show all the processes (how come?)
I had better luck with Ksysguard today.

greetz

sparks

progCan 11-17-2023 02:14 AM

i know that im late, but a better trick to do that is either closing the terminal that you ran the oneko command with or press control + c in the terminal while oneko is running


All times are GMT -5. The time now is 05:08 PM.