码迷,mamicode.com
首页 > 系统相关 > 详细

Linux中ps -elf和ps aux的区别

时间:2019-12-22 14:46:58      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:sys   and   stand   eve   evel   using   spm   develop   aliyun   

一、前言

  Linux下输入命令man ps查看:
  加横线是 standard syntax   -- 比如ps -elf 
  不加横线是 BSD syntax   -- 比如ps aux
  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

二、区别

  ps aux :最常用的 BSD 风格选项组合,其中的 a表示所有关联到终端的进程,如果同时使用 x 则代表所有进程;u 表示列出进程的用户。

  ps -elf : unix标准风格组合,其中-e 代表列出所有进程,-l 代表长格式,-f 代表完整的格式

 

参考链接:https://www.jianshu.com/p/b75ff608b9cd

https://developer.aliyun.com/ask/83715?spm=a2c6h.13159736

Linux中ps -elf和ps aux的区别

标签:sys   and   stand   eve   evel   using   spm   develop   aliyun   

原文地址:https://www.cnblogs.com/huainanhai/p/12079604.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!