Difference between revisions of "Df"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
<code>[[wikipedia:df(Unix)|df]]</code><ref>http://man7.org/linux/man-pages/man1/df.1.html</ref> (abbreviation for disk free) is a [[command]] used to display the amount of available [[disk space]].
 
<code>[[wikipedia:df(Unix)|df]]</code><ref>http://man7.org/linux/man-pages/man1/df.1.html</ref> (abbreviation for disk free) is a [[command]] used to display the amount of available [[disk space]].
  
 +
== Examples ==
 +
<code>
 +
df -h
 +
Filesystem      Size  Used Avail Use% Mounted on
 +
udev            481M    0  481M  0% /dev
 +
tmpfs            99M  608K  98M  1% /run
 +
/dev/vda1        25G  2.1G  22G  9% /
 +
tmpfs          493M    0  493M  0% /dev/shm
 +
tmpfs          5.0M    0  5.0M  0% /run/lock
 +
tmpfs          493M    0  493M  0% /sys/fs/cgroup
 +
/dev/vda15      105M  3.6M  101M  4% /boot/efi
 +
tmpfs            99M    0  99M  0% /run/user/0
 +
</code>
  
 
== See also ==
 
== See also ==

Revision as of 06:43, 9 December 2019

df[1] (abbreviation for disk free) is a command used to display the amount of available disk space.

Examples

df -h Filesystem Size Used Avail Use% Mounted on udev 481M 0 481M 0% /dev tmpfs 99M 608K 98M 1% /run /dev/vda1 25G 2.1G 22G 9% / tmpfs 493M 0 493M 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 493M 0 493M 0% /sys/fs/cgroup /dev/vda15 105M 3.6M 101M 4% /boot/efi tmpfs 99M 0 99M 0% /run/user/0

See also

  • http://man7.org/linux/man-pages/man1/df.1.html
  • Advertising: