Ngày tham gia: 08/03/2012 10:56 Bài viết: 15 Đến từ: Hà Giang
Thiết bị: Nokia N96
Số điện thoại: 0367790762
Trên internet bạn có thể tìm được rất nhiều công cụ kiểm tra dung lượng ổ cứng trên linux. Tuy nhiên, Linux được tích hợp một công cụ mạnh mẽ để thực hiện công việc này đó là “df”. Lệnh “df” viết tắt của “disk filesystem“, nó được dùng để lấy toàn bộ thông tin về lượng ổ cứng khả dụng và lượng ổ cứng đã dùng của các file hệ thống trên linux.
Việc sử dụng “-h” trong lệnh “df -h” cho ta một cái nhìn trực quan hơn khi đọc các thông số ở chế độ chi tiết : bytes, mega bytes and giga bytes.
Sau đây là những lệnh “df” hay sử dụng khi quản trị hệ thống linux.
1. Kiểm tra dung lượng ổ cứng mà các file hệ thống sử dụng.
Mã:
[root@vultr ~]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/vda1 41283904 13990256 25196548 36% / tmpfs 1962396 232 1962164 1% /dev/shm
2. Hiện thị thông tin ổ đĩa các file hệ thống sử dụng
[root@vultr ~]# df -T Filesystem Type 1K-blocks Used Available Use% Mounted on /dev/vda1 ext4 41283904 13994384 25192420 36% / tmpfs tmpfs 1962396 232 1962164 1% /dev/shm
9. Xem các lệnh df
Mã:
[root@vultr ~]# df --help Usage: df [OPTION]... [FILE]... Show information about the file system on which each FILE resides, or all file systems by default.
Mandatory arguments to long options are mandatory for short options too. -a, --all include dummy file systems -B, --block-size=SIZE use SIZE-byte blocks --direct show statistics for a file instead of mount point --total produce a grand total -h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G) -H, --si likewise, but use powers of 1000 not 1024 -i, --inodes list inode information instead of block usage -k like --block-size=1K -l, --local limit listing to local file systems --no-sync do not invoke sync before getting usage info (default) -P, --portability use the POSIX output format --sync invoke sync before getting usage info -t, --type=TYPE limit listing to file systems of type TYPE -T, --print-type print file system type -x, --exclude-type=TYPE limit listing to file systems not of type TYPE -v (ignored) --help display this help and exit --version output version information and exit
Display values are in units of the first available SIZE from --block-size, and the DF_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment variables. Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set).
SIZE may be (or may be an integer optionally followed by) one of following: KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y.
Report df bugs to bug-coreutils@gnu.org GNU coreutils home page: <http://www.gnu.org/software/coreutils/> General help using GNU software: <http://www.gnu.org/gethelp/> For complete documentation, run: info coreutils 'df invocation'
Trên đây là các lệnh “df” thường dùng.
Chúc các bạn thành công.
Nguồn: hostingaz.vn
_________________ Diễn đàn chia sẻ kiến thức máy tính: KETNOI123.COM
Đang xem chuyên mục này: Không có thành viên nào đang trực tuyến và 3 khách
Bạn không thể tạo chủ đề mới trong chuyên mục này. Bạn không thể trả lời bài viết trong chuyên mục này. Bạn không thể sửa những bài viết của mình trong chuyên mục này. Bạn không thể xoá những bài viết của mình trong chuyên mục này.