add new chinese translations
This commit is contained in:
32
pages.zh/osx/df.md
Normal file
32
pages.zh/osx/df.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# df
|
||||
|
||||
> 显示文件系统磁盘空间使用情况概览。
|
||||
> 更多信息:<https://keith.github.io/xcode-man-pages/df.1.html>。
|
||||
|
||||
- 使用512字节单位显示所有文件系统及其磁盘使用情况:
|
||||
|
||||
`df`
|
||||
|
||||
- 使用[人类可读]单位(基于1024的幂)并显示总计:
|
||||
|
||||
`df -h -c`
|
||||
|
||||
- 使用[人类可读]单位(基于1000的幂):
|
||||
|
||||
`df -{{-si|H}}`
|
||||
|
||||
- 显示包含指定文件或目录的文件系统及其磁盘使用情况:
|
||||
|
||||
`df {{path/to/file_or_directory}}`
|
||||
|
||||
- 包括有关空闲和已用[i]节点的统计信息,包括文件系统类型[tY]:
|
||||
|
||||
`df -iY`
|
||||
|
||||
- 在写入空间数字时使用1024字节单位:
|
||||
|
||||
`df -k`
|
||||
|
||||
- 以[P]可移植的方式显示信息:
|
||||
|
||||
`df -P`
|
Reference in New Issue
Block a user