Subject: Re: PR 36963
To: None <jan.m.danielsson@gmail.com>
From: Jarle Greipsland <jarle@uninett.no>
List: tech-kern
Date: 09/19/2007 11:13:16
Jan Danielsson <jan.m.danielsson@gmail.com> writes:
> nl102-238-202# su - pkgsrc
> $ ls -l
> ls: .: Permission denied
> $ ls -l update_wip
> - -rwx------  1 pkgsrc  users  158 Jun 18 05:15 update_wip
> $ ls -l
> ls: .: Permission denied
> $ ls -l upda*
> ls: upda*: No such file or directory
> $ ls -l *
> ls: *: No such file or directory
> $ ls -l .
> ls: .: Permission denied
> $ ls -l ..
> ls: ..: Permission denied
> $ ls -l /
> ls: /: Permission denied
> $ pwd
> /home/pkgsrc
Is /home/pkgsrc (or /home for that matter) a mount point?  If so,
what are the permissions on the directory you mount the partition
on? (i.e. the directory _before_ you mount the partition).

					-jarle