wok view fuse/description.txt @ rev 24650
updated htop (2.2.0 -> 3.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 10 16:26:13 2022 +0100 (2022-03-10) |
parents | |
children |
line source
1 FUSE (Filesystem in Userspace) is an interface for userspace programs
2 to export a filesystem to the Linux kernel.
3 The FUSE project consists of two components:
4 the fuse kernel module (maintained in the regular kernel repositories)
5 and the libfuse userspace library (contained in this package).
6 Libfuse provides the reference implementation for communicating with
7 the FUSE kernel module.