Linux2009. 2. 23. 10:50
ln -s 로 심볼릭 링크를 만들면 만들어 지는데...
문제는 rm으로 삭제가 안된다.

이럴 때 어떻게 지우냐면은... X-window에서 지운다 -_-v
콘솔에서 명령으로는 어떤것을 사용해야 하는지 몰랐기에 어쩔 수 없는 선택이었지만 말이다 ㄱ-

아무튼 mount의 반대는 umount 이듯
ln의 반대는 unlink랜다

먼가 이상한데? 왜 unln이 아니라 unlink일까? -ㅁ-

[발견 : http://www.newlinuxuser.com/howto-remove-a-symbolic-link/]



궁금중 해결!
ln and link are not same commands.
Link supports Files only. you can't link directories with link command. please check man pages of both commands again.

link and ln (without -s option) are same. Bot creates hard links.
ln with -s option creates soft link.


[발견 : http://www.linuxforums.org/forum/linux-programming-scripting/89240-link-ln.html]
Posted by 구차니