1.9. Setting the correct file mode creation mask for IdM installation
The Identity Management (IdM) installation process requires that the file mode creation mask (umask) is set to 0022 for the root account. This allows users other than root to read files created during the installation. If a different umask is set, the installation of an IdM server will display a warning. If you continue with the installation, some functions of the server will not perform properly. For example, you will be unable to install an IdM replica from this server. After the installation, you can set the umask back to its original value.
Prerequisites
-
You have
rootprivileges.
Procedure
Optional: Display the current
umask:# umask 0027Set the
umaskto0022:# umask 0022Optional: After the IdM installation is complete, set the
umaskback to its original value:# umask 0027