Bindfs

From wikinotes
Revision as of 18:45, 1 May 2021 by Will (talk | contribs) (Created page with "bindfs lets you mount directories as other directories<br> optionally, modifiying their permissions. Linux only, for BSD see nullfs. = Documentation = <blockquote> {| cl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

bindfs lets you mount directories as other directories
optionally, modifiying their permissions.

Linux only, for BSD see nullfs.

Documentation

man bindfs https://bindfs.org/docs/bindfs.1.html

Usage

# cli
bindfs -u www -g nginx /mnt/mywebsite /usr/local/www/mywebsite
# /etc/fstab

/mnt/mywebsite /usr/local/www/mywebsite fuse.bindfs