df - show disk space usage
df command
df command is a basic Unix command for getting information about disk space usage on your system.
It typically shows the following information:
- storage device
- filesystem (mount point)
- filesystem size
- storage used
- available storage
- percentage of use
Getting disk space usage information
Used without any parameters, df
command shows you disk space usage in bytes (speficially, 1K-blocks):
I tend to use -h
parameter to get human-readable output:
Showing inodes Usage with df
inodes is a pretty advanced concept, so I’ll dedicate a separate article to it.
But you should know that df
command shows you inodes usage as well:
See also
df command
df command is a basic Unix command for getting information about disk space usage on your system. It typically shows the following information:
- storage device
- filesystem (mount point)
- filesystem size
- storage used
- available storage
- percentage of use
Getting disk space usage information
Used without any parameters, df
command shows you disk space usage in bytes (speficially, 1K-blocks):
I tend to use -h
parameter to get human-readable output:
Showing inodes Usage with df
inodes is a pretty advanced concept, so I’ll dedicate a separate article to it.
But you should know that df
command shows you inodes usage as well: