.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH DF 1 2020年三月 "GNU coreutils 8.32" 用戶命令 .SH 名稱 df \- 報告文件系統磁盤空間使用情況 .SH 概述 \fBdf\fP [\fI\,選項列表\/\fP]... [\fI\,文件列表\/\fP]... .SH 描述 This manual page documents the GNU version of \fBdf\fP. \fBdf\fP displays the amount of disk space available on the file system containing each file name argument. If no file name is given, the space available on all currently mounted file systems is shown. Disk space is shown in 1K blocks by default, unless the environment variable POSIXLY_CORRECT is set, in which case 512\-byte blocks are used. .PP If an argument is the absolute file name of a disk device node containing a mounted file system, \fBdf\fP shows the space available on that file system rather than on the file system containing the device node. This version of \fBdf\fP cannot show the space available on unmounted file systems, because on most kinds of systems doing so requires very nonportable intimate knowledge of file system structures. .SH 選項 .PP 顯示文件列表中每一個文件所在的文件系統的信息,沒有指定文件則默認爲整個文件系統。 .PP 必選參數對長短選項同時適用。 .TP \fB\-a\fP, \fB\-\-all\fP 包含僞(pseudo)、重複和無法訪問的文件系統 .TP \fB\-B\fP, \fB\-\-block\-size\fP=\fI\,大小\/\fP scale sizes by SIZE before printing them; e.g., \&'\-BM' prints sizes in units of 1,048,576 bytes; see SIZE format below .TP \fB\-h\fP, \fB\-\-human\-readable\fP 以 1024 爲冪顯示大小(例如,1023M) .TP \fB\-H\fP, \fB\-\-si\fP 以 1000 爲冪輸出大小(例,1.1G) .TP \fB\-i\fP, \fB\-\-inodes\fP 顯示 inode 信息而非塊使用量 .TP \fB\-k\fP 類似於 \fB\-\-block\-size\fP=\fI\,1K\/\fP .TP \fB\-l\fP, \fB\-\-local\fP 僅列出本地的文件系統 .TP \fB\-\-no\-sync\fP 取得使用量數據前不進行同步動作(默認) .TP \fB\-\-output\fP[=\fI\,域列表\/\fP] 使用域列表定義的輸出格式,如果不指定域列表,則輸出所有域 .TP \fB\-P\fP, \fB\-\-portability\fP 使用 POSIX 輸出格式 .TP \fB\-\-sync\fP 取得使用量數據前先進行同步(sync) .TP \fB\-\-total\fP elide all entries insignificant to available space, and produce a grand total .TP \fB\-t\fP, \fB\-\-type\fP=\fI\,類型\/\fP 只顯示指定文件系統爲指定類型的信息 .TP \fB\-T\fP, \fB\-\-print\-type\fP 顯示文件系統類型 .TP \fB\-x\fP, \fB\-\-exclude\-type\fP=\fI\,類型\/\fP 只顯示不是指定類型的文件系統的信息 .TP \fB\-v\fP (被忽略的選項) .TP \fB\-\-help\fP 顯示此幫助信息並退出 .TP \fB\-\-version\fP 顯示版本信息並退出 .PP Display values are in units of the first available SIZE from \fB\-\-block\-size\fP, and the DF_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment variables. Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set). .PP The SIZE argument is an integer and optional unit (example: 10K is 10*1024). Units are K,M,G,T,P,E,Z,Y (powers of 1024) or KB,MB,... (powers of 1000). Binary prefixes can be used, too: KiB=K, MiB=M, and so on. .PP FIELD_LIST is a comma\-separated list of columns to be included. Valid field names are: 'source', 'fstype', 'itotal', 'iused', 'iavail', 'ipcent', \&'size', 'used', 'avail', 'pcent', 'file' and 'target' (see info page). .SH 作者 由 Torbjorn Granlund、David MacKenzie 和 Paul Eggert 編寫。 .SH 報告錯誤 GNU coreutils 的在線幫助: .br 請向 報告翻譯錯誤。 .SH 版權 Copyright \(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . .br This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. .SH 參見 完整文檔請見: .br 或者在本地使用: info \(aq(coreutils) df invocation\(aq .SH "跋" .br 本頁面中文版由中文 man 手冊頁計劃提供。 .br 中文 man 手冊頁計劃:\fBhttps://github.com/man-pages-zh/manpages-zh\fR