How can I find a path to a running application on Mac OS X

I am using Mac OS Catalina (10.15.4) and am looking at a running GUI application. I want to find out exactly what path that application is running from. How can I do this?

3

1 Answer

Command-click on any GUI app's icon in the Dock and it will be revealed in the Finder.

The actual executable binary file is inside the .app bundle that was revealed, and is usually named the same as the app (without the .app ending this time), so .

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like