mirrors or overlays a local directory with altered permissions
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.
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.
To install bindfs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bindfs
To see what files were installed by bindfs, run:
port contents bindfs
To later upgrade bindfs, run:
sudo port selfupdate && sudo port upgrade bindfs
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.