Versions Compared

Key

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

...

Code Block
languagebash
cd /usr/local
chown -R root:root omk
chmod -R 700 omk
chmod  755 omk/log
 
find /usr/local/open-audit -type f -print0 | xargs -0 sudo chmod 664
find /usr/local/open-audit -type d -print0 | xargs -0 sudo chmod 755 
chmod 770 /usr/local/open-audit/other/*.sh
chmod 666 /usr/local/open-audit/other/open-audit.log  

...