LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   remove link (https://www.linuxquestions.org/questions/%2Absd-17/remove-link-415701/)

nutbag 02-15-2006 09:29 AM

remove link
 
can someone tell me if there is a remove link -s command?

paulsm4 02-15-2006 09:52 AM

When you create a link with "ln -s", then you can remove the link with a simple "rm".

"rm ACTUAL_FILE" removes the actual file, "rm SYM_LINK" removes the symbolic link.

dudulz 02-15-2006 11:51 AM

example : ln -sf linux-2.4.20 /usr/src/linux
rm -rf /usr/src/linux


All times are GMT -5. The time now is 08:08 AM.