My folder Structure
/UNIX
/Find
/Grep
/Find-Grep
I made a symlink to the UNIX folders unsuccessfully by
ln -s /I/Unix path/Dropbox/myFriend
I removed a .todo -file at /Dropbox/myFriend/Unix/Find/.todo. I noticed that that my .todo file at /I/Unix/Find was also removed.
How can you make a symlink such that my friend can see my files but he cannot remove my them in my computer?
[edit]
The first problem is solved: we can create a recursive symlink.
However, we have not found a method not to allow my friend to delete my files in my computer too, when we use Symlinks in Dropbox.