How to fix World-Writable files in WebLogic Server?
Recently we found some files with full permission 777 i.e. World-Writable permission in WebLogic server as below,
/opt/oracle/product/fmw-weblogic-12.2.1.4.0/.patch_storage/37506516_Mar_13_2025_03_21_02/files/oracle_common/rda/collect/RDA/4f5041544348696e666f2e63746c_O_ regular 1000 1000 5558 rwxrwxrwx
/opt/oracle/product/fmw-weblogic-12.2.1.4.0/oracle_common/rda/collect/OS/DCopatch.cfg regular 1000 1000 3834 rwxrwxrwx
/opt/oracle/product/fmw-weblogic-12.2.1.4.0/oracle_common/rda/collect/OFM/LOGrange.cfg regular 1000 1000 4104 rwxrwxrwx
/opt/oracle/product/fmw-weblogic-12.2.1.4.0/oracle_common/rda/collect/OS/DCopatch.ctl regular 1000 1000 31256 rwxrwxrwx
/opt/oracle/product/fmw-weblogic-12.2.1.4.0/oracle_common/rda/collect/RDA/OPATCHinfo.ctl regular 1000 1000 5708 rwxrwxrwx
May we know why these files needs peermission 777, is it possible to change them to 755 or other attribute? Thanks!