Linux Process Control With HTOP
Posted on : 13-12-2009 | By : Cool Geex | In : Linux, Terminal, Ubuntu
0
If you use the top command in Linux you are going to LOVE htop….
Htop is an ncursed-based process viewer similar to top, but it allows to scroll the list vertically and horizontally to see all processes and their full command lines. Tasks related to proccesses (killing, renicing) can be done without entering their PIDs.
To Install Htop on Ubuntu Linux Just open terminal and type:
sudo apt-get install htop











