HOME SOFTWARE GALLERY PHOTO BLOGS ABOUT ME CONTACT

ImranWeb.com

Welcome!

Internet Links

Latest News

Login
Feb 5, 2010
Views: 460576

Add symbolic links to a network drive in cygwin

Imran Hussain

Use the following command to add a symbolic link to a network drive in cygwinln -s //MachineName/c\$/temp/java/projects/ projectsThis will create a link to the remote machine using the project as the folder name.Refer to http://www.cygwin.com/cygwin-ug-ne ...

Feb 5, 2010
Views: 336555

Mounting a shared folder in Cygwin

Imran Hussain

Here the are steps to mount a shared folder in CygwinThe trick is to enclose the Windows path name in a single quote.net use J: '\\MachineName\c$' /USER:username passwordOnce this is done, you should be able to access the machine like:/cygdrive/j/SomeFile ...

Feb 5, 2010
Views: 486701

Creating a new user in Cygwin

Imran Hussain

Cygwin users are tied to the users in Windows. Therefore, use the following command to first create a new user in Windows.net user NewUserName NewUserPassword /add /yesReplace NewUserName and NewUserPassword with actual values.Then, associate this user wi ...

Powered by 10MinutesWeb.com