oracle files permissions
I am using Oracle Enterprise Edition 11g (11.2.0.2.0) on red hat linux.
2.6.18-308.el5 #1 SMP Fri Jan 27 17:17:51 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
somebody from my team, did the following
- cd $ORACLE_HOME
- chmod -R u=rwx,go=rx * (changed all files permissions to 755 in ORACLE_HOME)
Is there a way to reset the files permissions back to the orginal permissions?
Thanks