How do I remove a soft link created with ln -s? I've done a man on ln and cannot find any information.
Remove ln -s
Started by
Guest_Jame_*
, Feb 20 2007 03:42 PM
4 replies to this topic
#1
Guest_Jame_*
Posted 20 February 2007 - 03:42 PM
Guest_Jame_*
|
|
|
#2
Posted 27 May 2007 - 05:01 PM
I don't know if this is the correct way or not but I have always renamed the directory it was pointing to and then rm -rf the symbolic link.
#3
Posted 18 June 2007 - 02:12 PM
rm -rf the link and I think it will not remove the real directory
#4
Guest_Jordan_*
Posted 31 August 2007 - 05:09 AM
Guest_Jordan_*
You can do a simple:
rm <dirname>
The linked directory doesn't have to be empty and you don't have to use rm -rf.
rm <dirname>
The linked directory doesn't have to be empty and you don't have to use rm -rf.
#5
Guest_Jame_*
Posted 23 October 2007 - 08:41 AM
Guest_Jame_*
Thanks, works!


Sign In
Create Account

Back to top










