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
![]() |
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
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.
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..
Mandrake has KDE too.
In Mandriva press Ctrl+Esc and see what happen.
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.
All times are GMT -7. The time now is 07:32 AM. |