April 27, 2024, 01:26:13 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: How to delete a link  (Read 3897 times)

Offline mliu

  • Tux Awared
  • **
  • Posts: 30
How to delete a link
« 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)

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
How to delete a link
« Reply #1 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 !

Offline mliu

  • Tux Awared
  • **
  • Posts: 30
How to delete a link
« Reply #2 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.