摘要: 1. 查看所有进程 ps -eF-e: Select all processes.-F: Extra full format. PSR (Processor)显示进程所在的CPU。 2. 查看所有进程(包括线程) ps -eLF -e: Select all processes.-L: Show t 阅读全文
posted @ 2020-02-11 10:40 yanceylu 阅读(353) 评论(0) 推荐(0) 编辑