ln -s 로 심볼릭 링크를 만들면 만들어 지는데...
문제는 rm으로 삭제가 안된다.
이럴 때 어떻게 지우냐면은... X-window에서 지운다 -_-v
콘솔에서 명령으로는 어떤것을 사용해야 하는지 몰랐기에 어쩔 수 없는 선택이었지만 말이다 ㄱ-
아무튼 mount의 반대는 umount 이듯
ln의 반대는 unlink랜다
먼가 이상한데? 왜 unln이 아니라 unlink일까? -ㅁ-
[발견 : http://www.newlinuxuser.com/howto-remove-a-symbolic-link/]
궁금중 해결!
[발견 : http://www.linuxforums.org/forum/linux-programming-scripting/89240-link-ln.html]
            
                    
                    
문제는 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]
'Linux' 카테고리의 다른 글
| Visuel Hexdiff - console based visual hex diff (4) | 2009.02.24 | 
|---|---|
| elf format 분석용 binutils - objdump, readelf, ldd (4) | 2009.02.23 | 
| sleep 함수들 (0) | 2009.02.22 | 
| ls 와 친해지기 - 디렉토리만 봅시다! (0) | 2009.02.22 | 
| jffs 최소 파티션 사이즈 - minimum block size limitation of jffs (0) | 2009.02.19 | 
