Comments Here’s how it works. Let’s say we have /dev/foo mounted at /foo and I want a “link” to that under /home/fred. All I have to do is:
mount —bind /foo /home/fred/foo
Fred can have full write permissions on /foo if he needs it, but he will not be able to remove /home/fred/foo. Not even root can


