Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
Others => Miscellaneous => Topic started 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)
-
Simply you can delete as a file.. if using GUI.. then right click and delete it or use rm !
-
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.