Tagged Questions
0
votes
1answer
54 views
VMWare/Ubuntu development stack with symlink to Windows 7
I would like to use a vm ubuntu installation as my testing environment, but to ease workflow, I have symlinked /var/www to a windows share. Everything looks good when browsing files and the owner and ...
1
vote
0answers
131 views
Permissions within Windows symlink to a Samba share
I have a Samba shared folder on an Ubuntu box which I can access from my Windows 7 PC and within which, as a non-administrator Windows user, can create and update files and folders.
However, when I ...
1
vote
1answer
2k views
Following Windows SymLinks in network shares
I have a shared folder, let's call it
e:\folder2\
'Everyone' has read permission to the share and file system.
From a command line, with pwd at
e:\folder2\
I ran
mklink /D slF1 e:\folder1
...