cryfs, df, dfc, fls, ipfs, duperemove, edquote, lsattr, diskutil: (#4427)
consistently use "filesystem"
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# 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}}`
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
|
||||
`df -i`
|
||||
|
||||
- Display file systems but exclude the specified type:
|
||||
- Display filesystems but exclude the specified type:
|
||||
|
||||
`df -x {{squashfs}} -x {{tmpfs}}`
|
||||
|
Reference in New Issue
Block a user