사이트 내 전체검색
[linux] df --option 파일 시스템 정보조회
로빈아빠
https://cmd.kr/server/391 URL이 복사되었습니다.

본문

df --option 파일 시스템 정보조회

현재 리눅스 시스템에 있는 파일시스템(하드디스크)에 대한 정보를 조회하는 명령어입니다. 한가지 이상의 옵션을 같이 사용할 수 있습니다.
원문과 함께 설명을 붙입니다.

===========================================================================
[root@yunisj rc3.d]# df --help
사용법: df [OPTION]... [FILE]...
각각의 FILE이 있는 파일 시스템에 대한 정보를 출력합니다.
기본값은 모든 파일시스템입니다.

-a, --all include filesystems having 0 blocks -a, --all 0블럭을 가진 파일시스템도 출력에 포함합니다 --block-size=SIZE use SIZE-byte blocks --block-size=SIZE SIZE 바이트 크기의 블럭을 사용합니다 -h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G) -h, --human-readable 크기를 사람이 알기 쉽게(1K, 234M, 2G등)표시합니다 -H, --si likewise, but use powers of 1000 not 1024 -H, --si 비슷합니다만 1024배 대신 1000배를 사용합니다 -l, --local limit listing to local filesystems -i, --inodes 블럭 사용 대신 inode정보를 표시합니다 -k, --kilobytes like --block-size=1024 -k, --kilobytes --block-size=1024와 같습니다 -l, --local limit listing to local filesystems -l, --local 지역 파일시스템만 나열합니다 -m, --megabytes like --block-size=1048576 -m, --megabytes --block-size=1048576과 같습니다 --no-sync do not invoke sync before getting usage info (default) --no-sync 사용정보를 얻기 전에 sync를 부르지 않습니다(기본값) -P, --portability use the POSIX output format -P, --portability POSIX사양으로 출력합니다 --sync invoke sync before getting usage info --sync 사용정보를 얻기 전에 sync를 부릅니다 -t, --type=TYPE limit listing to filesystems of type TYPE -t, --type=TYPE TYPE형태의 파일시스템에 대한 정보만 표시합니다 -T, --print-type print filesystem type -T, --print-type 파일시스템 형태를 출력합니다 -x, --exclude-type=TYPE limit listing to filesystems not of type TYPE -x, --exclude-type=TYPE TYPE형태가 아닌 파일시스템 정보만 표시합니다 -v (ignored) -v (무시합니다) --help display this help and exit --help 이 도움말을 표시하고 종료합니다 --version output version information and exit --version 버전 정보를 표시하고 종료합니다

댓글목록

등록된 댓글이 없습니다.

1,139 (11/23P)

Search

Copyright © Cmd 명령어 3.145.158.215