文章列表linux常用指令进程管理On this page进程管理进程查看# 查看进程ps aux | grep nginx | grep -v grepps aux | grep :80 | grep -v grepps aux | grep redis | grep -v grep