进程管理 查看进程 # 查看所有进程 ps aux # 查看特定用户的进程 ps -u username # 实时查看进程 top # 实时查看进程(更友好) htop # 查看进程树 pstree # 查看特定进程 ps -ef | grep processname 进程控制 # 终止