If you can see this check that
A umask of 0344 means that the default permissions when creating a
directory is:
A. | d-w-r-xr-x
|
B. | drwx-wx-wx
|
C. | dr-x-wx-wx
|
D. | dr---wx-wx
|
E. | None of the above
|
1-sa-06
0344 is subtracted away from the default permissions. For a directory the default is rwxrwxrwx, or 777 in octal. This leaves 433. Execute is 1, Write 2, and Read 4, so this is dr---wx-wx.
Close
3-sa-06
0344 is subtracted away from the default permissions. For a directory the default is rwxrwxrwx, or 777 in octal. This leaves 433. Execute is 1, Write 2, and Read 4, so this is dr---wx-wx.
Close
2-sa-06
0344 is subtracted away from the default permissions. For a directory the default is rwxrwxrwx, or 777 in octal. This leaves 433. Execute is 1, Write 2, and Read 4, so this is dr---wx-wx.
Close
0-sa-06
0344 is subtracted away from the default permissions. For a directory the default is rwxrwxrwx, or 777 in octal. This leaves 433. Execute is 1, Write 2, and Read 4, so this is dr---wx-wx.
Close
4-sa-06
0344 is subtracted away from the default permissions. For a directory the default is rwxrwxrwx, or 777 in octal. This leaves 433. Execute is 1, Write 2, and Read 4, so this is dr---wx-wx.
Close