Quotes

Wednesday, October 26, 2016

View running processes in Linux

top

The easiest way to find out what processes are running on your server is to run the top command:
htop
An improved version of top, called htop, is available in the repositories. Install it with this command:
sudo apt-get install htop
If we run the htop command, we will see that there is a more user-friendly display:
htop

No comments:

Post a Comment