From owner-freebsd-questions Sat Mar 11 06:33:55 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA06946 for questions-outgoing; Sat, 11 Mar 1995 06:33:55 -0800 Received: from yucca (root@yucca.cs.odu.edu [128.82.4.6]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA06940 for ; Sat, 11 Mar 1995 06:33:54 -0800 Received: from galileo.cs.odu.edu (olson@galileo.cs.odu.edu [128.82.4.14]) by yucca (8.6.4/8.6.4) with SMTP id JAA29070 for ; Sat, 11 Mar 1995 09:31:23 -0500 Date: Sat, 11 Mar 1995 09:35:53 -0500 (EST) From: Michael Olson To: freebsd-questions@FreeBSD.org Subject: Strange Mount (I think) Problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk I am having problems doing a `cd ..` in a partition mounted on /usr2. It seems to be a permissions problem but I can't figure out what or where. ie. ----------------------------------------------- starscream:/> cd usr2 starscream:/usr2> cd .. ..: Permission denied. starscream:/usr2> ls -lgad .. ls: ..: Permission denied starscream:/usr2> cd / starscream:/> ls -lgad . drwxr-xr-x 16 root wheel 512 Mar 11 09:12 . starscream:/> ls -lgad usr2 drwxr-xr-x 4 root wheel 512 Dec 18 21:03 usr2 starscream:/> ls -lga usr2 ls: ..: Permission denied total 3 drwxr-xr-x 4 root wheel 512 Dec 18 21:03 . drwx------ 13 root wheel 1024 Jan 2 23:53 ports drwxr-xr-x 19 bin bin 512 Dec 29 01:45 src starscream:/> runas ls -lga usr2 total 4 drwxr-xr-x 4 root wheel 512 Dec 18 21:03 . drwxr-xr-x 16 root wheel 512 Mar 11 09:12 .. drwx------ 13 root wheel 1024 Jan 2 23:53 ports drwxr-xr-x 19 bin bin 512 Dec 29 01:45 src starscream:/> cd /usr2/.. /usr2/..: Permission denied. starscream:/> runas cd /usr2/.. cd: No such file or directory starscream:/> runas cd /usr2 cd: No such file or directory starscream:/> runas tcsh starscream:/> cd usr2 starscream:/usr2> cd .. starscream:/> ----------------------------------------------- -- Mike "Why Not" is in fact an excellent reason.