Add symbolic links to a network drive in cygwin
Use the following command to add a symbolic link to a network drive in cygwin
ln -s //MachineName/c\$/temp/java/projects/ projects
This will create a link to the remote machine using the project as the folder name.
Refer to http://www.cygwin.com/cygwin-ug-net/using-utils.html for details.
Created on: | Feb 5, 2010 |
Last updated on: | Dec 5, 2024 |