I used the terminal command to add a symlink and it worked and the folder on my hardrive is mirrored in Dropbox. Now i want to remove it, but it isn't working.
ln -s /mac/folder /dropbox/folder
I tried to remove it with the following commands, but it always says "rm: /dropbox/folder: is a directory" and nothing happens. What am I doing wrong here?
rm /mac/folder
rm /dropbox/folder
rm /mac/folder/
rm /dropbox/folder/
Thansk for any help
ln -s /mac/folder /dropbox/folder
I tried to remove it with the following commands, but it always says "rm: /dropbox/folder: is a directory" and nothing happens. What am I doing wrong here?
rm /mac/folder
rm /dropbox/folder
rm /mac/folder/
rm /dropbox/folder/
Thansk for any help