mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
fusermount: add page (#5582)
This commit is contained in:
parent
edd9c5a5dc
commit
e6e78f05e4
1 changed files with 16 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue