Results 1 to 5 of 5
Hi guys. How can I get a list of all runnig programs and have the possibility to terminate them, I mean somethink like "Task manager" in Win xp. I use ...
- 07-24-2007 #1Linux Newbie
- Join Date
- Feb 2006
- Location
- Slovenia
- Posts
- 162
How to get list of all runnnng applications?
Hi guys. How can I get a list of all runnig programs and have the possibility to terminate them, I mean somethink like "Task manager" in Win xp. I use suse 10.2. Thanxk for answer.
- 07-24-2007 #2
Execute top command in terminal and terminal process with kill command.
OR
Press Ctrl+Esc. System Monitor will pop up. Select process and click on Kill button.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-24-2007 #3Linux Newbie
- Join Date
- Feb 2006
- Location
- Slovenia
- Posts
- 162
Thanx devils_casper
- 07-24-2007 #4
Other commands you can use are ps (especially "ps ex" and "ps aux") and htop.
- 07-24-2007 #5
Yes. htop is very useful and powerful utility but its not pre-installed in most of distros.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote