cryfs, df, dfc, fls, ipfs, duperemove, edquote, lsattr, diskutil: (#4427)
consistently use "filesystem"
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
> A cryptographic filesystem for the cloud.
|
||||
> More information: <https://www.cryfs.org/>.
|
||||
|
||||
- Mount an encrypted file system. The initialization wizard will be started on the first execution:
|
||||
- Mount an encrypted filesystem. The initialization wizard will be started on the first execution:
|
||||
|
||||
`cryfs {{path/to/cipher_dir}} {{path/to/mount_point}}`
|
||||
|
||||
- Unmount an encrypted file system:
|
||||
- Unmount an encrypted filesystem:
|
||||
|
||||
`cryfs-unmount {{path/to/mount_point}}`
|
||||
|
||||
|
@@ -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}}`
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
`dfc`
|
||||
|
||||
- Display all filesystems including pseudo, duplicate and inaccessible file systems:
|
||||
- Display all filesystems including pseudo, duplicate and inaccessible filesystems:
|
||||
|
||||
`dfc -a`
|
||||
|
||||
@@ -15,6 +15,6 @@
|
||||
|
||||
`dfc -c never`
|
||||
|
||||
- Display filesystems containing "ext" in the file system type:
|
||||
- Display filesystems containing "ext" in the filesystem type:
|
||||
|
||||
`dfc -t ext`
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
`fls -r -m {{C:}} {{/dev/loop1p1}}`
|
||||
|
||||
- Analyse a single partition, providing the sector offset at which the file system starts in the image:
|
||||
- Analyse a single partition, providing the sector offset at which the filesystem starts in the image:
|
||||
|
||||
`fls -r -m {{C:}} -o {{sector}} {{path/to/image_file}}`
|
||||
|
||||
|
@@ -4,11 +4,11 @@
|
||||
> A peer-to-peer hypermedia protocol. Aims to make the web more open.
|
||||
> More information: <https://ipfs.io>.
|
||||
|
||||
- Add a file from local to the file system, pin it and print the relative hash:
|
||||
- Add a file from local to the filesystem, pin it and print the relative hash:
|
||||
|
||||
`ipfs add {{filename}}`
|
||||
|
||||
- Add a directory and its files recursively from local to the file system and print the relative hash:
|
||||
- Add a directory and its files recursively from local to the filesystem and print the relative hash:
|
||||
|
||||
`ipfs add -r {{directory}}`
|
||||
|
||||
|
Reference in New Issue
Block a user