linux - ps -aux 与 ps aux的区别
迷茫
迷茫 2017-04-17 13:03:29
0
1
673

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

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

全員に返信(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

以 a 开头的作用

a Lift the BSD-style "only yourself" restriction, which is imposed upon the set of all processes when some BSD-style (without "-") options are used or when the ps personality setting is BSD-like. The set of processes selected in this manner is in addition to the set of processes selected by other means. An alternate description is that this option causes ps to list all processes with a terminal (tty), or to list all processes when used together with the x option.

いいねを押す +0
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート
私たちについて 免責事項 Sitemap
PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!