Paketname | bindfs |
Beschreibung | mirrors or overlays a local directory with altered permissions |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.8.4-1 |
Sektion | utils |
Priorität | optional |
Installierte Größe | 84 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~), libfuse2 (>= 2.8.1), fuse-utils |
Empfohlene Pakete | |
Paketbetreuer | Eugene V. Lyubimkin |
Quelle | |
Paketgröße | 20380 Byte |
Prüfsumme MD5 | 74ac8262f53271c72be324a36677b559 |
Prüfsumme SHA1 | 194efd635f6b2282c45fd236e7c8f0fd8b726002 |
Prüfsumme SHA256 | ba71d03e803566b255740e2e27bde1594d6287d426503c7263f3bf01cc8fb815 |
Link zum Herunterladen | bindfs_1.8.4-1_i386.deb |
Ausführliche Beschreibung | bindfs is a FUSE filesystem for mirroring a directory to another
directory, similarly to mount --bind. The permissions of the mirrored
directory can be altered in various ways.
.
Some things bindfs 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.
.
Non-root users can use almost all features, but most interesting
use-cases need user_allow_other to be defined in /etc/fuse.conf
|