06 November, 2010

how to remove symbolic-link (ln -s) on Linux

remove symbolic-link (ln -s) in terminal

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

rm -rf /usr/src/linux

No comments: