Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Mount a directory elsewhere with changed permissions.

License

NotificationsYou must be signed in to change notification settings

codercom/bindfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bindfs  -http://bindfs.org/-- Overview --bindfs is a FUSE filesystem for mirroring a directory to anotherdirectory, similarly to mount --bind. The permissions of the mirroreddirectory 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 interestinguse-cases need user_allow_other to be defined in /etc/fuse.conf-- Installation --Make sure fuse 2.6.0 or above is installed (http://fuse.sf.net/).Then compile and install as usual:./configuremakemake installIf you want the mounts made by non-root users to be visible to other users,you may have to add the line user_allow_other to /etc/fuse.conf.-- Usage --See the bindfs --help or the man-page for instructions and examples.-- License --GNU General Public License version 2 or any later version.See the file COPYING.

About

Mount a directory elsewhere with changed permissions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C64.0%
  • Ruby23.4%
  • Roff10.0%
  • Other2.6%

[8]ページ先頭

©2009-2025 Movatter.jp