Mac OS X Remote/Shared Directory full path

18,094

Solution 1

Open a Finder window of the directory "Server Name" and the drag and drop the icon left to the name of that window on a terminal window.

This gives you the full path.

Solution 2

Check under Volumes. You should see the "root" of your server share there. In your Finder, "go" to /Volumes and you'll see the paths going from there.

Solution 3

One other option since you're using the Terminal is to drag and drop the folder in question into the Terminal window which will fill in the full path for the folder or file you drop onto the Terminal window.

Share:
18,094

Related videos on Youtube

user1778203
Author by

user1778203

Updated on September 17, 2022

Comments

  • user1778203
    user1778203 over 1 year

    I have an Ubuntu server and a Mac running Snow Leopard on the same network.

    From the Mac, I see the a shared directory "Server Name" that automatically shows up in my Finder with the Screen Sharing. Do you know the full path of that share? I need to access via Terminal/Command line.

    Ex: cp my.file //TheSharedDir/...

    Basicly, I want to deploy jar from my Mac to the UbuntuServer through that share.