Linux Permissions

Posted by Tres on Server Fault See other posts from Server Fault or by Tres
Published on 2010-06-09T14:44:32Z Indexed on 2010/06/09 14:53 UTC
Read the original article Hit count: 140

I am running Fedora 12 and I've setup a partition separate from my root partition to keep shared files and home directories.

Now, I've been having permission issues where it says the user cannot chdir into their home directory (/files/home/*). Now, I fixed this originally by chmodding / to 0755 and the home directories also to 0755. And yes, the user is the owner:group of their home directory.

Now get this, I didn't change a thing, rebooted, everything still works. Great, right? I boot the server up a day later, and now same ol issue. This is a home server that wasn't on at all at any point in between the working state and non-working state. Also, nothing else was modified.

Any ideas?

Thanks!

© Server Fault or respective owner

Related posts about linux

Related posts about permissions