Leopard’s unix changes
December 12, 2007 (early afternoon)
I found this great technote and linked documentation on Apple’s site: “Mac OS X 10.5: Terminal command changes in Leopard.” It all has to do with UNIX 03 conformance.
UNIX 03 Conformance Release Notes
General Command-Line Tool Differences
Now I know why this doesn’t work..
ps -auxww
The replacement would be:
ps -el
More notes as I have time to dive in.
You must be logged in to comment on this post (damn those spammers)
