Is there a very easy and configurable method to lock a user into their home directory?
I've checked on chroot() methodology.....but i'm not to excited about copying around ( or symlinking) libraries..binaries....etc.
Thought about altering the groups via chgrp...to only allow read access to $HOME. But that seems like alot of extra work.
I am hoping some of you more seasoned unix guru's out there, have a couple of tricks you can teach me!
BTW...the users are general.....will probably login via SSH...and will just drop of a few text files. I am allowing a group of individuals to log into one of my computers to test out the Linux OS. Mostly just pine....a little documentation..etc.
Thanks for your help!!