0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ps aとps -aの違い

Posted at

man psで調べてみた

       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.

       -A     Select all processes.  Identical to -e.

       -a     Select all processes except both session leaders (see getsid(2)) and
              processes not associated with a terminal.
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?