Linux

How to Use the htop Command on Linux #shorts



The htop system monitor program gives you clear insights into the processes running on your Linux computer, and some functions to manage those processes.

Installing htop
You’ll probably need to install htop. On Ubuntu, type:
sudo apt install htop

On Fedora, the command is:
sudo dnf install htop

Installing htop on Fedora, in a terminal window.
On Manjaro, you’ll use pacman:
sudo pacman -S htop

To start htop, type its name and hit Enter.

htop

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button