{"id":312,"date":"2019-10-21T19:43:59","date_gmt":"2019-10-21T17:43:59","guid":{"rendered":"http:\/\/linuxboxen2.dk\/?p=312"},"modified":"2019-10-21T19:43:59","modified_gmt":"2019-10-21T17:43:59","slug":"org_df","status":"publish","type":"post","link":"https:\/\/www.linuxboxen.dk\/?p=312","title":{"rendered":"DF"},"content":{"rendered":"<p>DF(1)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 User Commands\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 DF(1)<\/p>\n<p>NAME<\/p>\n<p>df &#8211; report file system disk space usage<\/p>\n<p>SYNOPSIS<\/p>\n<p>df [OPTION]&#8230; [FILE]&#8230;<\/p>\n<p>DESCRIPTION<\/p>\n<p>This manual page documents the GNU version of df.\u00a0 df displays the<br \/>\namount of disk space available on the file system containing each<br \/>\nfile name argument.\u00a0 If no file name is given, the space available on<br \/>\nall currently mounted file systems is shown.\u00a0 Disk space is shown in<br \/>\n1K blocks by default, unless the environment variable POSIXLY_CORRECT<br \/>\nis set, in which case 512-byte blocks are used.<\/p>\n<p>If an argument is the absolute file name of a disk device node<br \/>\ncontaining a mounted file system, df shows the space available on<br \/>\nthat file system rather than on the file system containing the device<br \/>\nnode.\u00a0 This version of df cannot show the space available on<br \/>\nunmounted file systems, because on most kinds of systems doing so<br \/>\nrequires very nonportable intimate knowledge of file system<br \/>\nstructures.<\/p>\n<p>OPTIONS<\/p>\n<p>Show information about the file system on which each FILE resides, or<br \/>\nall file systems by default.<\/p>\n<p>Mandatory arguments to long options are mandatory for short options<br \/>\ntoo.<\/p>\n<p>-a, &#8211;all<br \/>\ninclude dummy file systems<\/p>\n<p>-B, &#8211;block-size=SIZE<br \/>\nscale sizes by SIZE before printing them; e.g., &#8216;-BM&#8217; prints<br \/>\nsizes in units of 1,048,576 bytes; see SIZE format below<\/p>\n<p>&#8211;total<br \/>\nproduce a grand total<\/p>\n<p>-h, &#8211;human-readable<br \/>\nprint sizes in powers of 1024 (e.g., 1023M)<\/p>\n<p>-H, &#8211;si<br \/>\nprint sizes in powers of 1000 (e.g., 1.1G)<\/p>\n<p>-i, &#8211;inodes<br \/>\nlist inode information instead of block usage<\/p>\n<p>-k\u00a0\u00a0\u00a0\u00a0 like &#8211;block-size=1K<\/p>\n<p>-l, &#8211;local<br \/>\nlimit listing to local file systems<\/p>\n<p>&#8211;no-sync<br \/>\ndo not invoke sync before getting usage info (default)<\/p>\n<p>&#8211;output[=FIELD_LIST]<br \/>\nuse the output format defined by FIELD_LIST, or print all<br \/>\nfields if FIELD_LIST is omitted.<\/p>\n<p>-P, &#8211;portability<br \/>\nuse the POSIX output format<\/p>\n<p>&#8211;sync invoke sync before getting usage info<\/p>\n<p>-t, &#8211;type=TYPE<br \/>\nlimit listing to file systems of type TYPE<\/p>\n<p>-T, &#8211;print-type<br \/>\nprint file system type<\/p>\n<p>-x, &#8211;exclude-type=TYPE<br \/>\nlimit listing to file systems not of type TYPE<\/p>\n<p>-v\u00a0\u00a0\u00a0\u00a0 (ignored)<\/p>\n<p>&#8211;help display this help and exit<\/p>\n<p>&#8211;version<br \/>\noutput version information and exit<\/p>\n<p>Display values are in units of the first available SIZE from<br \/>\n&#8211;block-size, and the DF_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE<br \/>\nenvironment variables.\u00a0 Otherwise, units default to 1024 bytes (or<br \/>\n512 if POSIXLY_CORRECT is set).<\/p>\n<p>The SIZE argument is an integer and optional unit (example: 10K is<br \/>\n10*1024).\u00a0 Units are K,M,G,T,P,E,Z,Y (powers of 1024) or KB,MB,&#8230;<br \/>\n(powers of 1000).<\/p>\n<p>FIELD_LIST is a comma-separated list of columns to be included.<br \/>\nValid field names are: &#8216;source&#8217;, &#8216;fstype&#8217;, &#8216;itotal&#8217;, &#8216;iused&#8217;,<br \/>\n&#8216;iavail&#8217;, &#8216;ipcent&#8217;, &#8216;size&#8217;, &#8216;used&#8217;, &#8216;avail&#8217;, &#8216;pcent&#8217;, &#8216;file&#8217; and<br \/>\n&#8216;target&#8217; (see info page).<\/p>\n<p>GNU coreutils online help: &lt;http:\/\/www.gnu.org\/software\/coreutils\/&gt;<br \/>\nReport df translation bugs to &lt;http:\/\/translationproject.org\/team\/&gt;<\/p>\n<p>AUTHOR<\/p>\n<p>Written by Torbjorn Granlund, David MacKenzie, and Paul Eggert.<\/p>\n<p>COPYRIGHT<\/p>\n<p>Copyright \u00a9 2014 Free Software Foundation, Inc.\u00a0 License GPLv3+: GNU<br \/>\nGPL version 3 or later &lt;http:\/\/gnu.org\/licenses\/gpl.html&gt;.<br \/>\nThis is free software: you are free to change and redistribute it.<br \/>\nThere is NO WARRANTY, to the extent permitted by law.<\/p>\n<p>SEE ALSO<\/p>\n<p>The full documentation for df is maintained as a Texinfo manual.\u00a0 If<br \/>\nthe info and df programs are properly installed at your site, the<br \/>\ncommand<\/p>\n<p>info coreutils &#8216;df invocation&#8217;<\/p>\n<p>should give you access to the complete manual.<\/p>\n<p>COLOPHON<\/p>\n<p>This page is part of the coreutils (basic file, shell and text<br \/>\nmanipulation utilities) project.\u00a0 Information about the project can<br \/>\nbe found at \u27e8http:\/\/www.gnu.org\/software\/coreutils\/\u27e9.\u00a0 If you have a<br \/>\nbug report for this manual page, see<br \/>\n\u27e8http:\/\/www.gnu.org\/software\/coreutils\/\u27e9.\u00a0 This page was obtained from<br \/>\nthe tarball coreutils-8.23.tar.xz fetched from<br \/>\n\u27e8http:\/\/www.gnutls.org\/download.html\u27e9 on 2014-12-30.\u00a0 If you discover<br \/>\nany rendering problems in this HTML version of the page, or you<br \/>\nbelieve there is a better or more up-to-date source for the page, or<br \/>\nyou have corrections or improvements to the information in this<br \/>\nCOLOPHON (which is not part of the original manual page), send a mail<br \/>\nto\u00a0man-pages@man7.org<\/p>\n<p>GNU coreutils 8.23\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 December 2014\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 DF(1)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>DF(1)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 User Commands\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 DF(1) NAME df &#8211; report file system disk space usage SYNOPSIS df [OPTION]&#8230; [FILE]&#8230; DESCRIPTION This manual page documents the GNU version of df.\u00a0 df displays the amount of disk space available on the file system containing each file name argument.\u00a0 If no file name is given, the space available on all [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","footnotes":""},"categories":[8],"tags":[],"class_list":["post-312","post","type-post","status-publish","format-standard","hentry","category-shell"],"_links":{"self":[{"href":"https:\/\/www.linuxboxen.dk\/index.php?rest_route=\/wp\/v2\/posts\/312","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.linuxboxen.dk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.linuxboxen.dk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.linuxboxen.dk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.linuxboxen.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=312"}],"version-history":[{"count":0,"href":"https:\/\/www.linuxboxen.dk\/index.php?rest_route=\/wp\/v2\/posts\/312\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.linuxboxen.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=312"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.linuxboxen.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=312"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.linuxboxen.dk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}