Software >
(on Wikipedia)
https://github.com/libfuse/libfuse
An interface for userspace programs to export a filesystem to the Linux kernel.
Running things under FUSE is sub-optimal. It's better to run under the kernel directly. However, userland stuff is the only way to achieve certain effects, like everyday user control or to work around licensing issues.
Fuse is not secure! - Noted on https://github.com/libfuse/libfuse. See issue #15
-
acronym: Filesystem in Userspace
delete temporary fuse files ∞
(find)
find -L ./ -name '.fuse_hidden????????????????' -exec \rm --verbose {} \;
Last updated 2020-01-01 at 16:21:36
ported notes
corrected the date