While I was trying to compile a C shared object library, I accidentally created two symbolic links which point to each other. Is there a way to get rid of them without nuking the whole directory? I read that the only way to break a symbolic link is to delete the file it points to, but I'm sure there must be another way. Thanks for the help.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
It's not a problem to delete symbolic links. I'm not sure why you think that you need to delete the file the link points to. Just delete them. Try this:
|
|||
|
|
|
Nevermind, I can delete both links simultaneously with |
|||||||
|
|
When you delete a symbolic link in Linux, the link is deleted and not the target file. |
|||
|
|