Linux:ps -awx与ps -awwx

前端之家收集整理的这篇文章主要介绍了Linux:ps -awx与ps -awwx前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
有谁知道ps -awx与ps -awwx的区别?

我正在追踪一些流程,当我添加额外的“w”时,我会看到更多的信息.当你发出多个“v”时,这是否像其他情况一样(例如SSH调试),输出越“详细”?我在手册页中没有看到任何关于此的内容.

解决方法

手册页(man ps):
-w      Use 132 columns to display information,instead of the default which is your window
         size.  If the -w option is specified more than once,ps will use as many columns
         as necessary without regard for your window size.  
         When output is not to a terminal,an unlimited number of columns are always used.

请注意,以上内容来自BSD手册页. debian手册页有点简洁/不那么具体,但类似:

-w              Wide output. Use this option twice for unlimited width.
原文链接:https://www.f2er.com/linux/398353.html

猜你在找的Linux相关文章