mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 08:54:15 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
21
tldr/fusermount
Normal file
21
tldr/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