B bettinz Well-Known Member Mar 25, 2013 #1 Mar 25, 2013 #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
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
N NiteWave Administrator Mar 26, 2013 #2 Mar 26, 2013 #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"
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"
B bettinz Well-Known Member Mar 26, 2013 #3 Mar 26, 2013 #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
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
B bettinz Well-Known Member Apr 4, 2013 #4 Apr 4, 2013 #4 Sorry for the bump, but can someone help me? Thanks