linux/f*: add Korean translation (#14703)
* linux/f*: add Korean translation * finch: fix Korean tranlsation * Update pages.ko/linux/fprintd-verify.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
28
pages.ko/linux/filefrag.md
Normal file
28
pages.ko/linux/filefrag.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# filefrag
|
||||
|
||||
> 특정 파일의 단편화 정도를 보고.
|
||||
> 더 많은 정보: <https://manned.org/filefrag>.
|
||||
|
||||
- 하나 이상의 [f]파일에 대한 보고서 표시:
|
||||
|
||||
`filefrag {{경로/대상/파일1 경로/대상/파일2 ...}}`
|
||||
|
||||
- 1024 바이트 블록 크기를 사용하여 보고서 표시:
|
||||
|
||||
`filefrag -k {{경로/대상/파일}}`
|
||||
|
||||
- 특정 블록 크기를 사용하여 보고서 표시:
|
||||
|
||||
`filefrag -b{{1024|1K|1M|1G|...}} {{경로/대상/파일}}`
|
||||
|
||||
- 매핑 요청 전 [f]파일 동기화:
|
||||
|
||||
`filefrag -s {{경로/대상/파일1 경로/대상/파일2 ...}}`
|
||||
|
||||
- 확장 속성의 매핑 표시:
|
||||
|
||||
`filefrag -x {{경로/대상/파일1 경로/대상/파일2 ...}}`
|
||||
|
||||
- 자세한 정보를 포함한 보고서 표시:
|
||||
|
||||
`filefrag -v {{경로/대상/파일1 경로/대상/파일2 ...}}`
|
Reference in New Issue
Block a user