add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

32
pages.zh/netbsd/df.md Normal file
View File

@@ -0,0 +1,32 @@
# df
> 显示文件系统磁盘空间使用情况的概述。
> 更多信息:<https://man.netbsd.org/df.1>。
- 使用512字节单位显示所有文件系统及其磁盘使用情况
`df`
- 使用[可]读单位基于1024的幂
`df -h`
- 显示`statvfs`返回的结构的所有字段:
`df -G`
- 显示包含给定文件或目录的文件系统及其磁盘使用情况:
`df {{path/to/file_or_directory}}`
- 包括有关空闲和已用[i]节点数量的统计信息:
`df -i`
- 在写入空间数字时使用1024字节单位
`df -k`
- 以[P]可移植的方式显示信息:
`df -P`