cryfs, df, dfc, fls, ipfs, duperemove, edquote, lsattr, diskutil: (#4427)

consistently use "filesystem"
This commit is contained in:
Austin
2020-10-03 16:38:06 +02:00
committed by GitHub
parent f36635c12f
commit cfe462c57f
9 changed files with 19 additions and 19 deletions

View File

@@ -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}}`