‘default_permissions’ =>
array (
‘dir_mode’ => 1528,
‘file_mode’ => 432,
‘user’ => ‘engagecrm’,
‘group’ => ‘psacln’,
),
the 2 values dir_mode and file_mode I am assuming are permissions from their names but from what I understand about linux permissions, there can only be 3 numbers and they can only go up to 7, so dir_mode being set to 1528 confuses me.
Can you please confirm what the correct permissions should be or explain further
Thanks again