Hi,
when File Creation Mask (FCM) is set to 022 (or 002), the test shows that "owner" is set to "nobody". It prevents me from changing permissions for files and directories created by cmsms. How should FCM be set to create files/diretories without setting "owner" to "nobody"?
File Creation Mask
-
- Forum Members
- Posts: 32
- Joined: Mon Jan 29, 2007 1:19 am
Re: File Creation Mask
The file creation mask has nothing to do with the owner or group for created files. Those are determined by the owner and group of the web server process.
The file creation mask is used to determine the read/write/execute permissions for the uploaded and newly created files. For details on Unix/Linux file permissions and the umask ("file creation mask"), see:
File Permissions
The file creation mask is used to determine the read/write/execute permissions for the uploaded and newly created files. For details on Unix/Linux file permissions and the umask ("file creation mask"), see:
File Permissions
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: File Creation Mask
Thank you.... I couldn't have said it better.
If you're hosting your website on a unix/linux host, you should take the time to understand unix/linux permissions. However, people on windows machines don't understand permissions either.
If you're hosting your website on a unix/linux host, you should take the time to understand unix/linux permissions. However, people on windows machines don't understand permissions either.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.