问题
Our OS X Java application which is launched by a shell script inside the MyApp.app
bundle gets a strange command line parameter -psn_0_989382
when launched from the Finder, but not when launched directly from the Terminal. Where can I find information what this command line parameter is good for?
回答1:
Mac OS X assigns a unique process serial number ("PSN") to all apps launched via GUI. It's used for identifying various processes and instances of executables.
There's nothing I can really add to the documentation, so the best thing is to read the ProcessSerialNumber section of the Carbon Process Manager Reference (original Apple link is dead; this is a mirror).
来源:https://stackoverflow.com/questions/10242115/os-x-strange-psn-command-line-parameter-when-launched-from-finder