在Ubuntu中,可以使用以下命令来查看运行的进程:
top
ps
ps -ef
pgrep
pgrep <进程名> pgrep <进程ID>
htop
sudo apt install htop htop
以上命令可以通过终端来执行。