Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 1996 14:20:42 -0700 (PDT)
From:      Doug White <dwhite@riley-net170-164.uoregon.edu>
To:        Gary Chrysler <tcg@ime.net>
Cc:        "Neil C. Jensen" <njensen@salsa.habaneros.com>, "'questions@freebsd.org'" <questions@FreeBSD.org>
Subject:   Re: csh permission denied on login
Message-ID:  <Pine.BSI.3.94.960803142019.3232B-100000@gdi.uoregon.edu>
In-Reply-To: <32039C61.4A92@ime.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 3 Aug 1996, Gary Chrysler wrote:

> It's a permissions problem with your home tree..
> This happened several times on me as well.
> 
> A search in the questions-list archive for 'Help! Permission denied'
> Should result in that disscussion..
> 
> I wound up setting: dirs to 755, files to 644 with:
> 
> 	cd /
> 	chmod 755 /usr
> 	chmod 755 /usr/home
> 	cd /usr/home
> 	find . -type d | xargs chmod 755
> 	find . -type f | xargs chmod 644
> 
> Then did the few like .rhost by hand to 600.
> 
> Guru input is welcome.

Looks OK to me, other than I'd change your root password while you were at
it.  

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.960803142019.3232B-100000>