Bind Mounts in Linux
Bind mounts in Linux allow you to mount one part of the file hierarchy somewhere else. I highly recommend using bind mounts in chrooted environment as it can simplify user access control. Creating Bind Mounts Bind mounts were added in kernel 2.4.0, so older systems will not support it. Run uname -r to verify your … [Read more…]