Skip to the content.

Get snapshot of current processes

I just found out that all these years I’ve been using BSD syntax to call ps. There is also a “standard” syntax. The output is not identical but both give the information that I’m after most of the time…

“Standard” syntax

$ ps -ef

Where

BSD syntax

$ ps aux

Where

Musings

Why? Who knows…