I wanted to setup access to my chrooted FTP users to specific directories under my web server. There didn’t seem to be a streamlined way to use symbolic or “sym” links. I discovered that utilizing the “mount –bind” command seems to do the trick. (Don’t use “rm” to remove these mounted directories or you’ll erase [...]