Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Others => Miscellaneous => Topic started by: mliu on January 09, 2005, 12:34:02 AM

Title: How to delete a link
Post by: mliu on January 09, 2005, 12:34:02 AM
Hi, there. New babies here needs your help.
I created a link to my desktop using
ln -s ... /home/username/Desktop
Can you tell me how to delete it please?
Many thanks.
BTW, I am using Fedora core 1(Yarrow)
Title: How to delete a link
Post by: Ricky on January 09, 2005, 09:12:24 AM
Simply you can delete as a file.. if using GUI.. then right click and delete it or use rm !
Title: How to delete a link
Post by: mliu on January 10, 2005, 03:21:14 AM
Dear Ricky:
Thanks for that. I found out the problem was the permission.
I logged on as root to build the link and I used my own account to log on so I could not delete it...
Back to root everying is done by rm -l command.
Thanks for your help any way.