mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:15:44 +02:00
df: add traditional Chinese translation (#8626)
This commit is contained in:
parent
e771ca466d
commit
517c7047e2
1 changed files with 24 additions and 0 deletions
24
pages.zh_TW/common/df.md
Normal file
24
pages.zh_TW/common/df.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# df
|
||||||
|
|
||||||
|
> 概述檔案系統的磁碟空間的使用情況。
|
||||||
|
> 更多資訊:<https://www.gnu.org/software/coreutils/df>.
|
||||||
|
|
||||||
|
- 顯示所有檔案系統及磁碟使用情況:
|
||||||
|
|
||||||
|
`df`
|
||||||
|
|
||||||
|
- 以人類可讀的形式顯示所有檔案系統及磁碟使用情況:
|
||||||
|
|
||||||
|
`df -h`
|
||||||
|
|
||||||
|
- 顯示包含給定檔案或目錄的檔案系統及其磁碟的使用情況:
|
||||||
|
|
||||||
|
`df {{檔案或目錄/完整/路徑}}`
|
||||||
|
|
||||||
|
- 顯示未被使用的 inode 數量的統計資訊:
|
||||||
|
|
||||||
|
`df -i`
|
||||||
|
|
||||||
|
- 顯示檔案系統但排除指定類型:
|
||||||
|
|
||||||
|
`df -x {{squashfs}} -x {{tmpfs}}`
|
Loading…
Add table
Reference in a new issue