bindfs
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.
- Versions: 1.17.4
- Website: https://bindfs.org
- Licenses: GPL 2+
- Package source: gnu/packages/file-systems.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of bindfs
as follows:
guix install bindfs
Or install a particular version:
guix install bindfs@1.17.4
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of bindfs about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/bindfs'><img src='https://packages.guix.gnu.org/packages/bindfs/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/bindfs)
Example Org:
[[https://packages.guix.gnu.org/packages/bindfs][https://packages.guix.gnu.org/packages/bindfs/badges/latest-version.svg]]