1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/fusermount.md

17 lines
320 B
Markdown
Raw Normal View History

2021-03-30 20:59:31 +02:00
# fusermount
> Mount and unmount FUSE filesystems.
> More information: <https://manned.org/fusermount>.
2021-03-30 20:59:31 +02:00
- 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`