2 Replies Latest reply on Mar 17, 2015 2:13 PM by laimison

    forcing Jboss to create files with specific permission

    laimison

      Hi,

       

      We have shared directory inside of Jboss hierarchy. That means Jboss Unix account and another Unix account should generate, read and write the files. If Jboss creates the file it will be with 755 permission (based on default umask 0022). Is there possibility to force Jboss to create the files with permission 775 so another account can write to that file. We don't want to change default umask, because it affects newly created logs and more stuff.

       

      Thanks