Changing the umask Value

Change the umask value on openEuler only. Skip this section for CentOS.
Change the value of umask to 0022 so that Ceph can be properly installed.
- Open the bashrc file on all server nodes.
1
vi /etc/bashrc
Change the last line to umask 0022.
- Make the configuration take effect.
1
source /etc/bashrc
- Run the following command to check whether the configuration has taken effect:
1
umask
Parent topic: Configuring the System