It is a compatibility issue: in older nonstandartized UNIX systems there were many implementations of commands, and sometimes they used different options for the same things.
-A Select all processes. Identical to -e.
[...]
-e Select all processes. Identical to -A.
So, these two options, -A and -e, are identical (equivalent) and produce identical results when these are used inside of ps command and their job is (no matter what option, -A or -e, you choose to use) to select all processes when ps is invoked.
It simply means that the command can be either typed as
ps -A
orps -e
and will produce the same result.If means that
and
are the same command.
It is a compatibility issue: in older nonstandartized UNIX systems there were many implementations of commands, and sometimes they used different options for the same things.
From
man ps
:So, these two options,
-A
and-e
, are identical (equivalent) and produce identical results when these are used inside ofps
command and their job is (no matter what option,-A
or-e
, you choose to use) to select all processes whenps
is invoked.Now, what identical means? From http://dictionary.reference.com/browse/identical: