DirUmask
This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi
, to customize the behavior of the system.
When creating files and directories, Movable Type uses 0777 as a default permission. You can use umask settings to
control the permissions set on the files. If you are running under cgiwrap
or suexec, you should use a value of 0022
or 0072
for this setting.
Default values: 0111
(DBUmask, HTMLUmask, UploadUmask),
0000 (DirUmask)
Example:
DirUmask 0022