LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cd to nfs mounted dir outputs permission denied (https://www.linuxquestions.org/questions/linux-newbie-8/cd-to-nfs-mounted-dir-outputs-permission-denied-643721/)

ElectroLinux 05-21-2008 04:02 AM

cd to nfs mounted dir outputs permission denied
 
For some reason, i get permission denied when trying to cd to an nfs mounted dir as me. Even if i try to cd out of the dir, i get permission denied. When I do the cd, i am able to do an ls of the contents. What can I check?

This is on SUSE10. This is running on a NIS env and some users get the perm denied error and some users don't. I checked perm of the dirs and they are fine.

/etc/sysconfig/autofs?
/etc/init.d/autofs?
/etc/auto.master?

/dev/2 doesn't even exist....

Tried google and the forums, but hard to find or search for the correct issue.

x86-test:~> cd /home/elmo/bin
/dev/2: Permission denied.
x86-test:~/bin> cd
/dev/2: Permission denied.
x86-test:~>

bigrigdriver 05-21-2008 05:57 AM

If you have read permission (r) on a directory, you can ls the contents. To cd into a directory, you need execute (x) permission.

ElectroLinux 05-21-2008 07:29 PM

The permissions are 755
drwxr-xr-x


All times are GMT -5. The time now is 10:52 AM.