Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
cd /opt/apache
sudo chown -R serveradmin:staff ./0fs-tomcat/
sudo chmod -R o-wrxx ./0fs-tomcat/ # Make sure other cannot execute.

Only Allow serveradmin to Run Tomcat

...