On Tue, Mar 06, 2001 at 10:55:40AM -0800, Ken Sandell wrote: > Hey guys, I want to have User Read Only directories, but I want to have users > in the same group and have them still not be able to read any other users > home directories. > > Also, the folder ~user/web is where their web shit is and should be viewable.
chmod 701 /home/* you only need execute permissions on the home dir. only the 'web' dir needs to be world readable. -Rob