Use the task manager in Linux
There are many questions that Linux beginners often ask:"Does Linux have a task manager ?", "On Linux, how does one open the task manager ?"
All Windows users know that task manager is very useful. In Windows, you can press Ctrl + Alt + Del to open the task manager. This task manager shows you all running processes and the memory they consume. You can select and kill a process from the Task Manager program.
When you first use Linux, you will also findIn Linux, it is equivalent to a task manager. A Linux user prefers to use command line to search for processes and memory consumption, but you do not need to use this method, at least when you are new to Linux.
All mainstream Linux distributions have something similar to the task manager. In most cases, it is called a system monitor, but in fact it depends on your Linux release and the desktop environment it uses.
In this article, we will see how to find and use the task manager on Linux with GNOME as the desktop environment.
Task Manager equivalents on Linux using GNOME Desktop EnvironmentWhen GNOME is used, press the super key (Windows key) to find the task manager:
When you start the system monitor, it will show you all running processes and their consumed memory.
You can select a process and click "Terminate process" to kill it.
You can also see some statistics on the "resource" tab, such as CPU usage, memory usage, and network usage.
This is a graphical method. If you want to use the command line, run the "top" command on the terminal, and then you can see all running processes and the memory they consume. You can also easily use command lines to kill processes.
This is about task manager on Fedora Linux. I hope this tutorial will help you learn the knowledge. If you have any questions, please feel free to ask.
From: https://linux.cn/article-7561-1.html
Address: http://www.linuxprobe.com/linux-system-monitor.html