Step 3 Test File Creation Mask
Welcome to the official CMS Made Simple documentation pages. We make a continuous effort to keep the information here up to date! However, dear user, we highly value your assistance in the process.
We need your assistance to make the documentation accurate, user friendly and understandable. Therefore we welcome any tips or suggestions regarding documentation. Thank you in advance for your contribution.
However, we will not respond to technical support questions submitted using this form. If you are having difficulty with CMSMS and cannot find the solution on this website, please submit your question appropriately on our support forum at: http://forum.cmsmadesimple.org. Please remember to follow the forum rules when posting.
umask (user mask) is a command and a function in POSIX environments. It sets the file mode creation mask of the current process, which limits the permission modes for files and directories created by the process. A process may change the file mode creation mask with umask, and the new value is inherited by child processes. When a shell (as with an output redirect) or other program creates a file or directory, it may specify permissions to be granted, however, permissions which the file mode creation mask does not allow are removed.
Read more in this article in Wikipedia
The default setting is 022. With this setting CMSMS will create folders with the permission 755 and files with the permission 644.
Previous page: Step 2: Checking permissions and PHP settingsNext page: Step 4 Admin Account Information




