Date: Sat, 3 Feb 1996 15:15:24 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: uh@sed.cs.fsu.edu (Gang-Ryung Uh) Cc: questions@FreeBSD.ORG Subject: Re: pwd Message-ID: <199602032215.PAA04503@phaeton.artisoft.com> In-Reply-To: <199602031500.KAA14139@sed.cs.fsu.edu> from "Gang-Ryung Uh" at Feb 3, 96 10:00:26 am
next in thread | previous in thread | raw e-mail | index | archive | help
> I have a strange experience recently. Since I have 2 hard drives, > I made some partition for user space on the second disk. But when > I mount that partition to /home, > > as a regular user, > > 1) > cd /home > 2) > pwd > pwd: Permission denied > > 3) > cd .. > ..> Permission denied > > But, as a super user, no such problems!! > I even check the permission of /home as a super user, > > > ls -ld . > drwxr-xr-x 3 root wheel 512 Jan 30 19:14 . > > > ls -ld .. > drwxr-xr-x 17 root wheel 512 Jan 29 23:38 .. > > I am very confused. Would you tell me what I am doing wrong? ls -ld / - What are the permissions on /? mount - is /home mounted? What are the permissions on the mount-point if you unmount /home, if it's mounted? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602032215.PAA04503>