LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Link problem please help (https://www.linuxquestions.org/questions/linux-newbie-8/link-problem-please-help-78383/)

talonnb 08-02-2003 03:03 PM

Link problem please help
 
I have had a problem with creating a link called linux that is supposed to point to linux-2.4.20-8 but I put linux-2.4.20-6 by mistake.

I was using the command ln -s linux-2.4.20-6
now it shows the link but it points wrong

What command do I use to delete this link, or at least edit it?

david_ross 08-02-2003 03:05 PM

Just use rm as if it was a file:
rm /path/file

sub_slack 08-02-2003 03:08 PM

to edit the link
vi linkname
to remove
rm -rf link

talonnb 08-02-2003 03:12 PM

k thanks guys, I'll try that now


All times are GMT -5. The time now is 05:20 PM.