Soldato
- Joined
- 7 Jul 2009
- Posts
- 16,234
- Location
- Newcastle/Aberdeen
For the non Linux users what on earth does that do?
And for the Linux users how do you terminate a command?

For the non Linux users what on earth does that do?
And for the Linux users how do you terminate a command?![]()
I usually use ps -ax to see what's running then use kill and the (PID) number of the process running. Though there's probably a saner way of doing it.
ps aux | grep 'process you're looking for' | awk '{ print $2 }' | xargs kill
Download warcraft. LOL. Years of my life im not getting back xD
That's what I used to do. It's neither sane or quick!!I usually use ps -ax to see what's running then use kill and the (PID) number of the process running. Though there's probably a saner way of doing it.
Not what i did, but a mate of mine got stupidly drunk on Christmas Eve about 6 years ago.
He got up in the night and did a weewee on his keyboard and desk.
Silly boy.
His girlfriend wasn't impressed, as she awoke to watch the whole ordeal
Wonder how many people have tried to give a fan a quick clean whilst it's spinning & snapped a blade off, I have.![]()
That's what I used to do. It's neither sane or quick!!