diff options
author | Kent Fritz <fritz.kent@gmail.com> | 2011-11-15 17:55:22 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-26 09:08:09 -0600 |
commit | 3fb34c83536886d94d069a00e8441d24677dee0e (patch) | |
tree | d6f21148ab9bde758a1f4da28aeb6b2f97f398ec /system/bindfs/README | |
parent | 023b3a725ad54a0817672805757a3e313afcc526 (diff) | |
download | slackbuilds-3fb34c83536886d94d069a00e8441d24677dee0e.tar.gz |
system/bindfs: Added (FUSE filesystem for mounting directories elsewhere)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/bindfs/README')
-rw-r--r-- | system/bindfs/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/bindfs/README b/system/bindfs/README new file mode 100644 index 0000000000..e068449207 --- /dev/null +++ b/system/bindfs/README @@ -0,0 +1,3 @@ +bindfs is a FUSE filesystem for mounting a directory to another location, +similarly to mount --bind. The permissions inside the mountpoint can be +altered using various rules. |