标签: linux process terminal command
" auwwx"命令中的意思是" ps auwwx"?
根据" man ps"
ps - 报告流程状态
ps提供当前进程的快照。如果您想要重复更新此状态,请使用top。此手册页记录了基于/ proc的ps版本,或尝试使用。
答案 0 :(得分:3)
-w选项将输出设置为wide,-ww(w两次)使其无限制。 aux(选择所有进程,按有效用户ID选择,提升BSD风格“必须有tty”限制x)