مرکز آموزش
پشتیبانی > مرکز آموزش > General Support > To reset file ownership of files in users web root (e.g. to go from nobody to user1) - WHM/CPANEL
To reset file ownership of files in users web root (e.g. to go from nobody to user1) - WHM/CPANEL
| To reset file ownership of files in users web root (e.g. to go from nobody to user1)
/scripts/chownpublichtmls
To change permissions for world writeable folders/files to more restrictive ones (you should not need to make files world writeable when using suPHP)
find -perm 777 -exec chmod 755 {} \; -print find -perm 666 -exec chmod 644 {} \; -print
The permissions will be changed in the folder where you run these commands and all the sub-folders.
|
افزودن به مورد علاقه ها
چاپ این مقاله
|
خوانده شده
Powered by WHMCompleteSolution