Page History
Complete the below commands to confirm that the shrine users has both group/ownership permissions for all files and subdirectories within /opt/shrine/tomcat/.
Code Block | ||
---|---|---|
| ||
cd /opt/shrine/tomcat
-- Setting correct permissions for Tomcat folders
chgrp -R shrine /opt/shrine/tomcat
chmod -R g+r conf
chmod g+x conf
chown -R shrine webapps/ work/ temp/ logs/ |
Overview
Content Tools