From owner-freebsd-questions Fri Jun 9 11:52:02 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA27236 for questions-outgoing; Fri, 9 Jun 1995 11:52:02 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA27230 for ; Fri, 9 Jun 1995 11:51:59 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA25206; Fri, 9 Jun 95 12:43:15 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9506091843.AA25206@cs.weber.edu> Subject: Re: filesystem access problem with 2.0.5 ALPHA To: jacs@gnome.co.uk (Chris Stenton) Date: Fri, 9 Jun 95 12:43:15 MDT Cc: questions@freebsd.org In-Reply-To: <199506091449.PAA01734@gnome.co.uk> from "Chris Stenton" at Jun 9, 95 03:49:12 pm X-Mailer: ELM [version 2.4dev PL52] Sender: questions-owner@freebsd.org Precedence: bulk > I have installed 2.0.5 ALPHA which as root user works fine. I have a > major problem with non root use. > > > I have three slices on my system / /usr /usr1. As a non root user; if > I use the pwd command I get an EACCES error when looking anywhere on > slice /usr & /usr1 but no problems on /. This points to the stat > commands failing to access the namespace on the disk. However, I can > create directories etc as a non root user on these slices so I am not > sure whats going on. Any ideas what permissions I need to change? Look at the permissions on the /usr and /usr1 directories before and after they have been mounted. Probably they will not let joe user look at them (r/x permissions). Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.