2
votes
6answers
2k views
Remove a symlink to a directory
I have a symlink to an important directory. I want top get rid of that symlink, while keeping the directory behind it.
I tried 'rm' and get back "rm: cannot remove 'foo'".
I tried ' …
