Tuesday 25 June 2013

What are the Default Directory Permissions in Weblogic 11G Enviroment

Most of the Development environment day to day issues with Directory Permissions?
Below are the default permissions suggested by Oracle:
  • Directories Permissions in default Weblogic enviroment:
find $DOMAIN_HOME -type d -exec chmod 750 {} \;
  • Files Permissions in default Weblogic enviroment:
find $DOMAIN_HOME -type f -exec chmod 640 {} \;
  • .sh Files permissions in default Weblogic enviroment:
          find $DOMAIN_HOME -name  *.sh -exec chmod 750 {} \;

 

 


 

2 comments:

  1. Thank You for posting nice answer for Default Directory Permissions in Weblogic 11G Enviroment.
    Regards,
    weblogic server 12c training

    ReplyDelete
  2. If you're looking to burn fat then you absolutely need to get on this totally brand new personalized keto meal plan.

    To create this keto diet service, certified nutritionists, fitness couches, and chefs joined together to develop keto meal plans that are efficient, painless, price-efficient, and fun.

    Since their first launch in January 2019, thousands of people have already transformed their figure and well-being with the benefits a good keto meal plan can offer.

    Speaking of benefits: clicking this link, you'll discover 8 scientifically-proven ones offered by the keto meal plan.

    ReplyDelete

What are the Default Directory Permissions in Weblogic 11G Enviroment

Most of the Development environment day to day issues with Directory Permissions? Below are the default permissions suggested by Oracl...