本文介绍了linux命令“ ps auwwx”做什么?意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
auwwx在命令 ps auwwx中是什么意思?
What does "auwwx" mean in the command "ps auwwx"?
根据 man ps
ps-报告进程状态
ps提供当前进程的快照。如果要重复更新此状态,请使用top。此手册页记录了基于ps的/ proc版本,或者尝试这样做。
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.
推荐答案
-w选项将输出设置为-ww(两次)使它不受限制。 aux(选择所有进程,按有效用户ID选择,解除BSD样式的必须具有tty限制x)
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)
这篇关于linux命令“ ps auwwx”做什么?意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!