fusermount: add page (#5582)

manned-org
marchersimon 2021-03-30 20:59:31 +02:00 committed by GitHub
parent edd9c5a5dc
commit e6e78f05e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View 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`