mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 06:51:34 +00:00
Update cheatsheets
This commit is contained in:
21
fusermount
Normal file
21
fusermount
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user