mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 18:42:07 +02:00
16 lines
320 B
Markdown
16 lines
320 B
Markdown
# fusermount
|
|
|
|
> Mount and unmount FUSE filesystems.
|
|
> More information: <https://manned.org/fusermount>.
|
|
|
|
- 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`
|