You can easily list and manage your Linux processes with a graphical task manager or with a console application..
Sometimes it is worth knowing which programs are active on your Linux system. For example, you can filter out a particularly memory-consuming program or an application that is making your processor glow, and then terminate it. There are graphical solutions and command line tools to list the running processes.
If you are a fan of graphical interfaces, most Linux distributions already offer you a preinstalled task manager . Different Linux systems unfortunately also have different tools supplied with them to monitor the system status. The programs are easy to use and are reminiscent of the well-known Windows Task Manager. We will show you the process using an Ubuntu system as an example:
The traditional tool top is installed on most Linux systems for process management in the console . The somewhat dusty tool is often replaced by the newer alternative htop . In this tutorial we will show you how to use htop .
If htop is not yet installed on your operating system, you can simply download it using the package manager. For example, on Debian systems you would use: sudo apt install htop
sudo apt install htop