开发者社区 问答 正文

ps -aux 与 ps aux的区别

谁能讲一下自己对这两种用法的见解?

展开
收起
a123456678 2016-06-21 11:25:44 3691 分享 版权
1 条回答
写回答
取消 提交回答
  • man ps
    加横线是 standard syntax
    不加横线是 BSD syntax
    To see every process on the system using standard syntax:
    ps -e
    ps -ef
    ps -eF
    ps -ely
     To see every process on the system using BSD syntax:
          ps ax
          ps axu
    2019-07-17 19:44:41
    赞同 展开评论
问答标签:
问答地址: