To enforce the following permissions on files in /var/www, can I use the commands chmod u+s and chmod g+s?
Permissions:
chown -R root:web /var/www chmod -R g+rw /var/www
|
To enforce the following permissions on files in /var/www, can I use the commands chmod u+s and chmod g+s? Permissions: chown -R root:web /var/www chmod -R g+rw /var/www |
||||
|
|
|
Setting the File and directory permissions are controlled primarily by the process To do what you want, you would first need to recursively set the |
|||||||
|