
fusermount
List of commands for fusermount:
-
fusermount:tldr:0a9da fusermount: Unmount a FUSE filesystem as soon as it becomes unused.$ fusermount -z ${path-to-mount_point}try on your machineexplain this command
-
fusermount:tldr:6f96d fusermount: Unmount a FUSE filesystem.$ fusermount -u ${path-to-mount_point}try on your machineexplain this command
-
fusermount:tldr:f5963 fusermount: Display version.$ fusermount --versiontry on your machineexplain this command