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

Michael Hagar

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?

Spiff

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 Example.app/Contents/MacOS/Example.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I change an application icon in Mac OS X?

From Dev

Where I can download for OS X 10.10 SDK for running a Mac Application in Xcode 6.3?

From Dev

Where I can download for OS X 10.10 SDK for running a Mac Application in Xcode 6.3?

From Dev

Running Mono Application in Mac OS X

From Dev

How can I bundle a command line utility in os x application on Mac App Store (using sandbox entitlement)

From Dev

How can I remove an installed application from the Installer Package Database on Mac OS X?

From Dev

How can I quit the application opened from terminal in Mac OS X?

From Dev

How do I reset the $PATH variable on Mac OS X?

From Dev

How can I get the path that the application is running with typescript?

From Dev

How can I run an application with command line arguments in Mac OS

From Java

How can I start PostgreSQL server on Mac OS X?

From Java

How can I clear previous output in Terminal in Mac OS X?

From Java

How can I install zlib on Mac OS X Mojave (10.14)?

From Dev

How can I run two copies of PostgreSQL on Mac OS X?

From Dev

How can I define an environment variable in Mac OS X 10.9?

From Dev

How can I invert colors on ONE screen in Mac OS X?

From Dev

How can I grep with color in Mac OS X's terminal?

From Dev

How can I run two copies of PostgreSQL on Mac OS X?

From Dev

How can I type text from a file on Mac OS X?

From Dev

How can I change the defaults for new accounts in Mac OS X?

From Dev

How can I view .swf files within Mac OS X?

From Dev

How can I find an OSX application that is running but whose window is not visible?

From Dev

How do I reset the login password on a Mac OS X guest OS running in VMware Fusion?

From Dev

Can I install a Mac OS X application which I signed as developer on any Apple computer?

From Dev

How can i make my OS X application downloadable?

From Dev

Running mac os x application as a user does not stop by its own

From Dev

How to test a Java application on Mac OS X?

From Dev

How to Install and Find Fonts for Mac OS X?

From Dev

How do I upgrade the clang on my Mac running OS/X El Capitan to LLVM 3.8?

Related Related

  1. 1

    How can I change an application icon in Mac OS X?

  2. 2

    Where I can download for OS X 10.10 SDK for running a Mac Application in Xcode 6.3?

  3. 3

    Where I can download for OS X 10.10 SDK for running a Mac Application in Xcode 6.3?

  4. 4

    Running Mono Application in Mac OS X

  5. 5

    How can I bundle a command line utility in os x application on Mac App Store (using sandbox entitlement)

  6. 6

    How can I remove an installed application from the Installer Package Database on Mac OS X?

  7. 7

    How can I quit the application opened from terminal in Mac OS X?

  8. 8

    How do I reset the $PATH variable on Mac OS X?

  9. 9

    How can I get the path that the application is running with typescript?

  10. 10

    How can I run an application with command line arguments in Mac OS

  11. 11

    How can I start PostgreSQL server on Mac OS X?

  12. 12

    How can I clear previous output in Terminal in Mac OS X?

  13. 13

    How can I install zlib on Mac OS X Mojave (10.14)?

  14. 14

    How can I run two copies of PostgreSQL on Mac OS X?

  15. 15

    How can I define an environment variable in Mac OS X 10.9?

  16. 16

    How can I invert colors on ONE screen in Mac OS X?

  17. 17

    How can I grep with color in Mac OS X's terminal?

  18. 18

    How can I run two copies of PostgreSQL on Mac OS X?

  19. 19

    How can I type text from a file on Mac OS X?

  20. 20

    How can I change the defaults for new accounts in Mac OS X?

  21. 21

    How can I view .swf files within Mac OS X?

  22. 22

    How can I find an OSX application that is running but whose window is not visible?

  23. 23

    How do I reset the login password on a Mac OS X guest OS running in VMware Fusion?

  24. 24

    Can I install a Mac OS X application which I signed as developer on any Apple computer?

  25. 25

    How can i make my OS X application downloadable?

  26. 26

    Running mac os x application as a user does not stop by its own

  27. 27

    How to test a Java application on Mac OS X?

  28. 28

    How to Install and Find Fonts for Mac OS X?

  29. 29

    How do I upgrade the clang on my Mac running OS/X El Capitan to LLVM 3.8?

HotTag

Archive