How to set umask for specific directories?
myluismFeb 1 2010 — edited Feb 8 2010Hi all.
Usually one set umask in .profile or .bash_profile. For example one recommendation is to set umask 022 for the Oracle DB software owner.
But i if wanted to change file permission for specific directories, for example udump and bdump directories, say 0177, how can that be acomplish...?
Thanks in advance ...!