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