홈 디렉토리와 그 아래의 모든 항목에서 사용되는 블록 수를 나열하는 명령은 무엇입니까? 전체 목록이 아닌 숫자일 뿐입니다.
답변1
이와 같이:
du -s --block-size=$MY_BLOCK_SIZE $HOME
물론, $MY_BLOCK_SIZE
사용하려는 블록 크기로 바꾸거나 --blocksize=$MY_BLOCK_SIZE
기본 바이트/블록을 사용하려면 1024
매개변수를 생략하세요 .
Display values are in units of the first available SIZE from --block-size, and the
DU_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment variables. Otherwise, units
default to 1024 bytes (or 512 if POSIXLY_CORRECT is set).