-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cryfs, df, dfc, fls, ipfs, duperemove, edquote, lsattr, diskutil: (#4427
- Loading branch information
Showing
9 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
# df | ||
|
||
> Gives an overview of the file system disk space usage. | ||
> Gives an overview of the filesystem disk space usage. | ||
- Display all file systems and their disk usage: | ||
- Display all filesystems and their disk usage: | ||
|
||
`df` | ||
|
||
- Display all file systems and their disk usage in human readable form: | ||
- Display all filesystems and their disk usage in human readable form: | ||
|
||
`df -h` | ||
|
||
- Display the file system and its disk usage containing the given file or directory: | ||
- Display the filesystem and its disk usage containing the given file or directory: | ||
|
||
`df {{path/to/file_or_directory}}` | ||
|
||
- Display statistics on the number of free inodes: | ||
|
||
`df -i` | ||
|
||
- Display file systems but exclude the specified type: | ||
- Display filesystems but exclude the specified type: | ||
|
||
`df -x {{squashfs}} -x {{tmpfs}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters