mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 13:52:46 +02:00
add content for df linux command (#2384)
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
# df
|
||||
|
||||
`df` is Linux/Unix command used to show the disk usage & information. df is an abbreviation for `disk free`. df displays the amount of disk space available for a particular file system partition. If no name is given, it shows the space available on all currently mounted partitions.
|
||||
|
||||
The basic syntax of the command is like the following:
|
||||
`df <mounted partition name>`
|
||||
|
||||
Example usage:
|
||||
`df /tmp` to show the available space of /tmp partition.
|
||||
or `df` to show information about the partitions of the whole system.
|
||||
`df` is a standard Unix command used to display the amount of available disk space for file systems on which the invoking user has appropriate read access. df is typically implemented using the statfs or statvfs system calls.
|
||||
|
||||
<ResourceGroupTitle>Useful Links</ResourceGroupTitle>
|
||||
<BadgeLink colorScheme='blue' badgeText='Man page' href='https://linux.die.net/man/1/df'>df man page</BadgeLink>
|
||||
|
Reference in New Issue
Block a user