Results 1 to 5 of 5
hi guys,
ubuntu 10.10
im crious if there is kind of task manager in ubuntu i can see running processes etc?like windows task manager?
thanks...
- 02-08-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 32
task manager
hi guys,
ubuntu 10.10
im crious if there is kind of task manager in ubuntu i can see running processes etc?like windows task manager?
thanks
- 02-08-2011 #2
Have a look at ps
Code:man ps
You must always face the curtain with a bow.
- 02-08-2011 #3
It's called GNOME System Monitor. I think it's under the System menu, probably just as System Monitor.
I prefer the console app htop.
- 02-09-2011 #4Just Joined!
- Join Date
- Jan 2011
- Posts
- 32
got it .thanks guys
- 02-09-2011 #5Just Joined!
- Join Date
- Nov 2010
- Posts
- 61
yeah "htop" is pretty cool its a colour coded and better looking version of the "top" terminal program. Just type "yum install htop" or "apt-get install htop" and then run it by typing "htop". Its colour coded version of


Reply With Quote