Skip to content

Commit

Permalink
df: add Chinese translation (#15488)
Browse files Browse the repository at this point in the history
  • Loading branch information
witt-bit authored Jan 14, 2025
1 parent 845916c commit 79bad17
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions pages.zh/linux/df.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# df

> 显示文件系统磁盘空间使用情况的概览。
> 更多信息:<https://www.gnu.org/software/coreutils/df>.
- 显示磁盘使用情况:

`df`

- 以可读的形式显示磁盘使用情况:

`df {{-h|--human-readable}}`

- 显示给定文件或目录的磁盘使用情况:

`df {{路径/到/文件或目录}}`

- 包括空闲 inode 数量的统计信息:

`df {{-i|--inodes}}`

- 显示文件系统但排除指定的类型:

`df {{-x|--exclude-type}} {{squashfs}} {{-x|--exclude-type}} {{tmpfs}}`

- 显示文件系统类型:

`df {{-T|--print-type}}`

0 comments on commit 79bad17

Please sign in to comment.