Task Manager on Linux

rixan Posted messages 438 Status Membre -  
 CépaMoi -
Hello,

It would be interesting to view the processes running under Linux and stop some of them. I use Kubuntu and sometimes Knoppix, but I haven't found where to do that yet.
Actually, I'm looking for the equivalent of Windows' taskmgr in Unix/Linux!!!

7 réponses

Franzux Posted messages 9705 Status Contributeur 1 146
 
In command line:
ps aux top


To kill a process:
killall process_id


Regards.
--
Intel Q6600 + Ubuntu 8.04 // Debian Lenny // Gentoo
On Linux, 99% of bugs are located between the keyboard and the office chair...
30