fusermount: add page (#5582)
This commit is contained in:
16
pages/common/fusermount.md
Normal file
16
pages/common/fusermount.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# fusermount
|
||||
|
||||
> Mount and unmount FUSE filesystems.
|
||||
> More information: <https://man.archlinux.org/man/fusermount.1>.
|
||||
|
||||
- Unmount a FUSE filesystem:
|
||||
|
||||
`fusermount -u {{path/to/mount_point}}`
|
||||
|
||||
- Unmount a FUSE filesystem as soon as it becomes unused:
|
||||
|
||||
`fusermount -z {{path/to/mount_point}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`fusermount --version`
|
Reference in New Issue
Block a user