How do I restrict my developers to a specific directory so they can not touch my production area? So far I have created a new user, I have there login to drop them into a directory, (/test) but they are still able to wander through the rest of the system. I think I know how to keep people out of a directory by using "chmod", but how do I keep them in a directory?