fi*, fl*: add Korean translation (#14255)

This commit is contained in:
HoJeong Im
2024-10-21 01:05:00 +09:00
committed by GitHub
parent c15320f56c
commit ee2c7d2780
14 changed files with 293 additions and 0 deletions

16
pages.ko/common/fls.md Normal file
View File

@@ -0,0 +1,16 @@
# fls
> 이미지 파일이나 장치의 파일과 디렉터리를 나열.
> 더 많은 정보: <https://wiki.sleuthkit.org/index.php?title=Fls>.
- 장치에 대한 재귀 fls 목록을 작성하면, 출력 경로가 C로 시작:
`fls -r -m {{C:}} {{/dev/loop1p1}}`
- 단일 파티션을 분석하여 이미지에서 파일 시스템이 시작되는 섹터 오프셋을 제공:
`fls -r -m {{C:}} -o {{sector}} {{경로/대상/이미지_파일}}`
- 단일 파티션을 분석하여, 원래 시스템의 시간대를 제공:
`fls -r -m {{C:}} -z {{timezone}} {{/dev/loop1p1}}`