ggggus
Programmer
- Jul 5, 2003
- 114
I googled a few search terms, but I guess I can't figure out what it's actually called.
I want to limit directory browsing from users on our server that are ssh or ftp'd in. I basically want them to stay within their /home/username/ directory and to be able to read files on the rest of the server...
How do I do this?
I tried chmod 770 /home
and that worked for what I wanted...except it had the unwanted affect of making apache not able to server pages in the user user's directory...so what is the real way to do this?
***************************************
J. Jacobs
I want to limit directory browsing from users on our server that are ssh or ftp'd in. I basically want them to stay within their /home/username/ directory and to be able to read files on the rest of the server...
How do I do this?
I tried chmod 770 /home
and that worked for what I wanted...except it had the unwanted affect of making apache not able to server pages in the user user's directory...so what is the real way to do this?
***************************************
J. Jacobs