what does linux command “ps auwwx” mean? [closed]

2019-08-18 02:58发布

What does "auwwx" mean in the command "ps auwwx"?


According to the "man ps"

ps - report process status

ps gives a snapshot of the current processes. If you want a repetitive update of this status, use top. This man page documents the /proc-based version of ps, or tries to.

1条回答
何必那么认真
2楼-- · 2019-08-18 03:26

The -w option sets the output to wide, and -ww (w twice) make it unlimited. aux (select all processes,select by effective user id,Lift the BSD-style "must have a tty" restriction x)

查看更多
登录 后发表回答