| df |
|---|
|
df [ options ] [ files-or-directories ] |
|---|
|
| Show the inode or space usage in one or more filesystems. |
|---|
|
| -i |
|---|
| Show inode counts rather than space. |
|---|
| -k |
|---|
| Show space in kilobytes rather than blocks. |
|---|
| -l |
|---|
| Lowercase L. Show only local filesystems. |
|---|
|
| For each file or directory argument, or for all filesystems if there are no such arguments, df produces a one-line header that identifies the output columns, followed by a usage report for the filesystem containing that file or directory. |
|---|
|
| The output of df varies considerably between systems, making it hard to use reliably in portable shell scripts. |
|---|
| df's output is not sorted. |
|---|