LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Access Windows Partitions... (https://www.linuxquestions.org/questions/linux-newbie-8/access-windows-partitions-475432/)

mwade 08-22-2006 10:20 AM

That made it even worse, it won't let me access it as root anymore. :scratch:

tnandy 08-22-2006 12:28 PM

From what I understand, umask is the bitwise inverse of permissions and a nonzero umask blocks you from setting certain permissions. In other words, umask=000 allows you to set any permissions up to 777. I'd set it at least umask=033 so root could have total access (as long as permissions are also set properly, eg. 7xx).

This permissions stuff can easily reach out and bite you.


All times are GMT -5. The time now is 03:00 PM.