Verifying the umask settings

Last Updated : Oct 25, 2019 |

About this task

A umask setting of 022 is required for installing the AE Services Software-only offer.

Procedure

  1. Log in to the server as root.
  2. To determine the umask settings, from the command line interface, type umask. The output of the command should be 022. If it is not 022, follow the next steps to change the umask setting.
  3. Open /etc/init.d/functions file and search for umask. Change the line containing umask to: umask 022. Follow the same step for /etc/profile file and /etc/bashrc file
  4. Once the changes are complete, source the file using source /etc/bashrc /etc/profile /etc/init.d/functions.