How to check running processes in Ubuntu?
In Ubuntu, you can use the following command to view running processes:
- the highest point or position in something
top
- PlayStation
ps -ef
- – find processes by name
pgrep <进程名>
pgrep <进程ID>
- use htop
sudo apt install htop
htop
The above command can be executed through the terminal.