The BSD backend of MacOS has ps
built in. The BSD General Commands Manual says that
The biggest change is in the interpretation of the -u option, which now displays processes belonging to the specified username(s). Thus, "ps -aux" will fail (unless you want to know about user "x"). As a convenience, however, "ps aux" still works as it did in Tiger.
I am wondering what the current standard is for this—dare I write—obsolete command+parameter sequence.
ps aux
without minus? – Mateusz Szlosek Feb 13 '17 at 07:29-p
where p is a parameter character. (or--parameter
where p is spelled out) – Jonathan Komar Feb 13 '17 at 07:33