how to restrict shell to specific dir?
Hi,I have a server that share to 10 accts A at /home/a , B at /home/b , C at /home/c ... all of them having shell access to the server (with their user/pass). The problem is, when connect to server , A can get the scripts from B,C dir by cd ../b , or cd ../c
so how can I restrict that, so only A gets permission on his /home/a only ??? and when he tries to "cd ../b" he will get something like " you don't have permission".