리눅스 심볼릭링크 삭제

//리눅스 심볼릭링크 삭제

리눅스 심볼릭링크 삭제

rm -f 명령어로 삭제

심볼릭링크 끝에 / 를 붙이면 삭제안됨

 

파일심볼릭 링크 생성
ln -s /home/test.txt testlink

심볼릭 링크 삭제
rm -f testlink

폴더 심볼릭링크 생성
ln -s /home/testfolder/ testlink

폴더 심볼릭링크 삭제
rm -f testlink


링크파일 끝에 / 를 붙이면 삭제가 안됨
rm -rf 명령어로 삭제시 testlink 링크안에 파일들이 삭제됨 [/home/testfolder/ 하단의 파일들]

By |2019-08-12T16:53:49+00:004월 24th, 2019|Categories: linux|Tags: , , , |0 Comments

About the Author: