Files
tldr/pages.zh/openbsd/df.md

28 lines
591 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# df
> 显示文件系统磁盘空间使用的概述。
> 更多信息:<https://man.openbsd.org/df.1>。
- 使用512字节单位显示所有文件系统及其磁盘使用情况
`df`
- 以[人类可读]的形式显示所有文件系统及其磁盘使用情况基于1024的幂
`df -h`
- 显示包含给定文件或目录的文件系统及其磁盘使用情况:
`df {{path/to/file_or_directory}}`
- 包括自由和已用[i]节点的统计信息:
`df -i`
- 在写入空间数字时使用1024字节单位
`df -k`
- 以[P]可移植的方式显示信息:
`df -P`