What is the difference between
ps -ef | grep thin
and
ps aux | grep thin
As per the output there is a variation but i'm not clear what are the things being listed.
|
What is the difference between
and
As per the output there is a variation but i'm not clear what are the things being listed. |
|||||||
|
|
Both list all processes of all users. In that aspect Where they differ is output format specifier,
|
|||
|
|
|
There are no differences in the output because the meanings are the same. The difference between Today, both systems accept the two forms. |
||||
|
|