PDA

View Full Version : [all variants] Network Paths and the Command Prompt


Harry Muscle
June 23rd, 2008, 03:02 PM
How do you specify network paths at the command prompt? For example, I mounted the following location using the graphical user interface:

\\Server\Media

How can I do a cd (change directory) to this path and explore what's on it via the command prompt? I've tried a whole bunch of things but every time I'm told that the directory doesn't exist.

Thanks for any help,
Harry

sdennie
June 23rd, 2008, 03:28 PM
Have a look in ~/.gvfs. They should show up there.

Harry Muscle
June 23rd, 2008, 03:55 PM
Thanks. One more beginner question. How would I create a symbolic link to this network location? Should I point the symbolic link to the folders inside the .gvfs folder or is there another way of creating a symbolic link to network locations?

Thanks,
Harry

sdennie
June 23rd, 2008, 04:03 PM
You can probably just:


ln -s "/home/your_username/.gvfs/place to link" ~/name_for_place