반응형
- 깨진 심볼릭 링크 파일 검색 명령 옵션
- $ find -L $DIR -maxdepth 1 -type l
- 깨진 심볼릭 링크 파일 삭제 옵션
- $ find -L $DIR -maxdepth 1 -type l -delete
반응형
'【Fundamental Tech】 > Linux' 카테고리의 다른 글
NUMA (0) | 2025.01.29 |
---|---|
VSCode를 이용한 Linux Kernel 분석 (0) | 2025.01.29 |
Linux Storage Stack Diagram (0) | 2022.11.20 |
The block I/O layer, part 4 - The multi-queue interface (0) | 2022.11.19 |
The block I/O layer, part 3 - The make request interface (0) | 2022.11.19 |