1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/compsize.md
코드싸이 19c6841a9d
cryptsetup-luksformat: fix typo, linux/c*: add and update Korean translation (#14682)
* linux/c*: add and update Korean translation

* cryptsetup-luksformat: fix typo
2024-11-08 15:55:00 +09:00

664 B

compsize

btrfs 파일 시스템에서 파일 집합의 압축 비율을 계산합니다. 파일을 다시 압축하기 위해 단편화를 해제하는 방법은 btrfs filesystem을 참조하세요. 더 많은 정보: https://github.com/kilobyte/compsize.

  • 파일 또는 디렉터리에 대한 현재 압축 비율 계산:

sudo compsize {{경로/대상/파일_또는_폴더}}

  • 파일 시스템 경계를 넘지 않도록 설정:

sudo compsize --one-file-system {{경로/대상/파일_또는_폴더}}

  • 사람이 읽을 수 있는 크기 대신 원시 바이트 수를 표시:

sudo compsize --bytes {{경로/대상/파일_또는_폴더}}