logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bindfs - Mount Directory Permissions | Online Free DevTools by Hexmos

Mount directories with Bindfs and manage permissions on Linux systems. Securely share files and control access using different user mappings. Free online tool, no registration required.

bindfs

Mount a directory elsewhere with different permissions. More information: https://bindfs.org/docs/bindfs.1.html.

  • Mount a directory with same permissions:

sudo bindfs {{path/to/directory}} {{path/to/mount_point}}

  • Map filesystem objects owned by user1 to be owned by user2 (also applies in reverse to newly created files):

sudo bindfs --map={{user1}}/{{user2}} {{path/to/directory}} {{path/to/mount_point}}

  • Unmount a directory:

sudo umount {{path/to/mount_point}}

See Also