开发者社区 问答 正文

ps -aux 与 ps aux的区别

ps -aux 与 ps aux的区别

展开
收起
我的中国 2017-11-30 18:53:26 4740 分享 版权
1 条回答
写回答
取消 提交回答
  • R&S网络资深工程师 ,阿里云论坛官方版主,阿里云云计算ACP,春考教学网站长,IT技术晋级之路专辑作者

    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

    以 a 开头的作用

    2019-07-17 21:46:46
    赞同 展开评论
问答标签:
问答地址: