how to remove a symlink without deleting the destination directory
hi, i have wondered this for a while and now i need to know because it is really confusing me!
i used the command ln -s but how do i delete the link without deleting the directory it is linked to? because rm or rm -f etc deletes the directory that to link is made with. i have read through many man pages but cannot find a solution.
thanks in advance, ben.
|