bindfs 1.15.1 Bind mount a directory and alter permission bits
bindfs
is a FUSE file system for mounting a directory to another location, similar to mount --bind
. It can be used for:
Making a directory read-only.
Making all executables non-executable.
Sharing a directory with a list of users (or groups).
Modifying permission bits using rules with chmod-like syntax.
Changing the permissions with which files are created.
- Website: https://bindfs.org
- License: GPL 2+
- Package source: file-systems.scm
- Patches: None
- Builds: x86_64-linux, aarch64-linux, powerpc64le-linux, i686-linux, armhf-linux