Manpages

名 称

df - 报 告 文 件 系 统 磁 盘 空 间 使 用 情 况

概 述

df [选 项 列 表 ]... [文 件 列 表 ]...

描 述

This manual page documents the GNU version of df. df displays the amount of disk space available on the file system containing each file name argument. If no file name is given, the space available on all currently mounted file systems is shown. Disk space is shown in 1K blocks by default, unless the environment variable POSIXLY_CORRECT is set, in which case 512-byte blocks are used.

If an argument is the absolute file name of a disk device node containing a mounted file system, df shows the space available on that file system rather than on the file system containing the device node. This version of df cannot show the space available on unmounted file systems, because on most kinds of systems doing so requires very nonportable intimate knowledge of file system structures.

选 项

显 示 文 件 列 表 中 每 一 个 文 件 所 在 的 文 件 系 统 的 信 息 , 没 有 指 定 文 件 则 默 认 为 整 个 文 件 系 统 。 必 选 参 数 对 长 短 选 项 同 时 适 用 。

-a, --all 包 含 伪 ( pseudo) 、 重 复 和 无 法 访 问 的 文 件 系 统
-B
, --block-size=大 小

scale sizes by SIZE before printing them; e.g., ’-BM’ prints sizes in units of 1,048,576 bytes; see SIZE format below

-h, --human-readable 以 1024 为 幂 显 示 大 小 ( 例 如 , 1023M)
-H
, --si 以 1000 为 幂 输 出 大 小 ( 例 , 1.1G)
-i
, --inodes 显 示 inode 信 息 而 非 块 使 用 量

-k 类 似 于

--block-size=1K

-l, --local 仅 列 出 本 地 的 文 件 系 统
--no-sync
取 得 使 用 量 数 据 前 不 进 行 同 步 动 作 ( 默 认 )
--output
[=域 列 表 ] 使 用 域 列 表 定 义 的 输 出 格 式 , 如 果 不 指 定 域 列 表 , 则 输 出 所 有 域
-P
, --portability 使 用 POSIX 输 出 格 式

--sync 取 得 使 用 量 数 据 前 先 进 行 同 步 (

sync)

--total

elide all entries insignificant to available space, and produce a grand total

-t, --type=类 型 只 显 示 指 定 文 件 系 统 为 指 定 类 型 的 信 息
-T
, --print-type 显 示 文 件 系 统 类 型
-x
, --exclude-type=类 型 只 显 示 不 是 指 定 类 型 的 文 件 系 统 的 信 息

-v ( 被 忽 略 的 选 项 )

--help 显 示 此 帮 助 信 息 并 退 出

--version 显 示 版 本 信 息 并 退 出

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).

The SIZE argument is an integer and optional unit (example: 10K is 10*1024). Units are K,M,G,T,P,E,Z,Y (powers of 1024) or KB,MB,... (powers of 1000). Binary prefixes can be used, too: KiB=K, MiB=M, and so on.

FIELD_LIST is a comma-separated list of columns to be included. Valid field names are: ’source’, ’fstype’, ’itotal’, ’iused’, ’iavail’, ’ipcent’, ’size’, ’used’, ’avail’, ’pcent’, ’file’ and ’target’ (see info page).

作 者

由 Torbjorn Granlund、 David MacKenzie 和 Paul Eggert 编 写 。

报 告 错 误

GNU coreutils 的 在 线 帮 助 : <https://www.gnu.org/software/coreutils/>; 请 向 <https://translationproject.org/team/zh_CN.html>; 报 告 翻 译 错 误 。

版 权

Copyright © 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>;.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

参 见

完 整 文 档 请 见 : <https://www.gnu.org/software/coreutils/df>; 或 者 在 本 地 使 用 : info '(coreutils) df invocation'

本 页 面 中 文 版 由 中 文 man 手 册 页 计 划 提 供 。 中 文 man 手 册 页 计 划 : https://github.com/man-pages-zh/manpages-zh