Re: Limit users to home folders

2003-06-19 Thread Joseph A Nagy Jr
Ehrhart, Jay wrote: I have created users who are in the users group on a Red Hat 8.0 server. They have bash shell login. How do I restrict users to their home folders? I don't want them to be able to leave their home folders. Thanks Check out chroot jail's on TLDP[0]. I believe that is what

Limit users to home folders

2003-06-17 Thread Ehrhart, Jay
I have created users who are in the users group on a Red Hat 8.0 server. They have bash shell login. How do I restrict users to their home folders? I don't want them to be able to leave their home folders. Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Re: Limit users to home folders

2003-06-17 Thread Joseph A Nagy Jr
Ehrhart, Jay wrote: I have created users who are in the users group on a Red Hat 8.0 server. They have bash shell login. How do I restrict users to their home folders? I don't want them to be able to leave their home folders. Thanks Sorry if this a dupe. Check out TLDP's[0] archives for a

Re: Limit users to home folders

2003-06-17 Thread Alan Bort
check the following man pages: man chmod man chown man newgrp and search TLDP for user permissions, file permissions. Basically, what you have to di is the following: you change the permissions of everything you don't want them to access using CHMOD. NOTE: this is highly dangerous... since you

Re: Limit users to home folders

2003-06-17 Thread Drew Weaver
I have created users who are in the users group on a Red Hat 8.0 server. They have bash shell login. How do I restrict users to their home folders? I don't want them to be able to leave their home folders. Thanks You may want to be careful how exactly you manage this because in the past

Re: Limit users to home folders

2003-06-17 Thread Joseph A Nagy Jr
Drew Weaver wrote: I have created users who are in the users group on a Red Hat 8.0 server. They have bash shell login. How do I restrict users to their home folders? I don't want them to be able to leave their home folders. Thanks You may want to be careful how exactly you manage this