From owner-freebsd-questions Sat Aug 3 14:20:31 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA15774 for questions-outgoing; Sat, 3 Aug 1996 14:20:31 -0700 (PDT) Received: from gdi.uoregon.edu (cisco-ts12-line13.uoregon.edu [128.223.150.145]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA15764 for ; Sat, 3 Aug 1996 14:20:28 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id OAA03250; Sat, 3 Aug 1996 14:20:42 -0700 (PDT) Date: Sat, 3 Aug 1996 14:20:42 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Gary Chrysler cc: "Neil C. Jensen" , "'questions@freebsd.org'" Subject: Re: csh permission denied on login In-Reply-To: <32039C61.4A92@ime.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk 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