LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   removing a soft link (https://www.linuxquestions.org/questions/linux-general-1/removing-a-soft-link-48385/)

quietguy47 03-05-2003 07:49 AM

removing a soft link
 
What is the command for removing a soft link?:study:

MasterC 03-05-2003 09:09 AM

rm /path/to/soft/link

:)

If you want to over-ride it with another softlink:
ln -sf /whatever/file /soft/link

Cool

ttguy 12-31-2011 06:11 PM

Quote:

Originally Posted by MasterC (Post 240522)
rm /path/to/soft/link

What is the difference between rm and unlink then?

Because I use unlink

frankbell 12-31-2011 09:34 PM

Unlink is specifically for removing a single named link file per instance of usage; rm is for removing anything (or everything).


All times are GMT -5. The time now is 02:27 PM.