mirror of
https://github.com/Estom/notes.git
synced 2026-02-11 14:25:18 +08:00
计划说明
This commit is contained in:
@@ -188,3 +188,16 @@ ps -aux > ps001.txt
|
||||
输出指定的字段
|
||||
|
||||
|
||||
### tips
|
||||
常用的两个命令
|
||||
|
||||
* 查看所有的进程,以及其静态结构关系。-e是所有,-f添加静态关系的列。
|
||||
```
|
||||
ps -ef
|
||||
```
|
||||
|
||||
* 查看所有的进程,以及其动态的执行情况。-a该终端的进程、-x非该终端的进程、u显示CPU、memory等信息。
|
||||
|
||||
```
|
||||
ps -aux
|
||||
```
|
||||
Reference in New Issue
Block a user