How to show Command Path for Process by ID

From time to time, you may want to check vital statistics about an application running on your computer. E.g. Suppose you have the application ID for a process, e.g. obtained from Activity Monitor on a Mac, here’s an easy way to find out the command path used to start the process:

ps xuwww -p <process id>

Leave a Reply

Your email address will not be published. Required fields are marked *