commands.sh

fusermount

all

Mount and unmount FUSE filesystems.

More info →

Examples (3)

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
made by @shridhargupta | data from tldr-pages