How can I view what command line arguments are passed to a running process on Mac OS X?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Run a normal process listing through Terminal:
The
for the now commonly used POSIX syntax. Example output, where you can see the arguments of various processes:
|
||||
|
|