If you can see this check that
     
    
   
A umask of 0344 means that the default permissions when creating a
 directory is:
| A. | dr---wx-wx | 
| B. | drwx-wx-wx | 
| C. | d-w-r-xr-x | 
| D. | dr-x-wx-wx | 
| E. | None of the above | 
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
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
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
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
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