Permission mask

bettinz

Well-Known Member
#1
Hello, I want to serve on my VPS files with chmod 644 for files, and 755 for folders. Can you tell me what I need to write in Litespeed Permission Mask for that values?

Thank you
 

NiteWave

Administrator
#2
for exact match file permission,

Required Permission Mask:0644
Restricted Permission Mask:7133

this corresponds to "chmod 644 for files", but no config option for "755 for folders"
 

bettinz

Well-Known Member
#3
Thank you for the reply. I want that user can set
chmod from 000 to 644 for files
chmod from 000 to 755 for folders

This is to prevent 777 for files and folder, so I want to set the maximum chmod for files (644) and folders (755).

Thank you
 
Top