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  
chmod -R 770 open-audit
chmod -R 777 open-audit/code_igniter/application/views/lang/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/audit_*.sh
chmod 660666 /usr/local/open-audit/other/open-audit.log  

...