View Full Version : Is there any Gui Based Program in Linux as Task Manager in Windows
sheraz04
Sep 6, 2007, 01:16 AM
Hello
I'm new to Linux
I'm getting problem in process handling
Is there any GUI based program in Linux as Task Manager in Windows so that I can handle processs easily
Please assist me
Regards
Sherry
benn11
Sep 7, 2007, 06:01 AM
Why don't you use Ubuntu it has a nice GUI and I think it comes with a task manager or you can check the process running on your PC by using "ps -ef" command to check all running processes.
sonicblue13
Oct 22, 2007, 03:57 PM
In ubuntu under system>administartion>system monitor.. equal or better to windows task manager.. suse with kde has also task manager under system menu too..
labman
Oct 22, 2007, 04:05 PM
Mandrake has KDE too.
allinone
Nov 18, 2007, 01:20 PM
In Mandriva press Ctrl+Esc and see what happen.
kardiffinker
Dec 9, 2011, 09:19 AM
I know this isn't exactly what you were asking for but to see the running processes you type
Top
Into terminal
This brings up a list of the programs running and there PID's (process id's) in the far left.
Along with other details such as cpu usage.
Much in the same way that windows task manger would.
You press ctrl+z to exit the top process.
Then type kill (processidgoeshere)
And that will end the process.