[MariaDB/RHEL]: Removing world read access to all files/directories
Removing world read access from all the MariaDB related files. ========================================== umasking to 027 will remove world read access …. chmod 750 $(find /opt/rh/rh-mariadb101 -type d) & chmod 750 $(find /var/run/rh-mariadb101-mariadb -type d) & chmod 750 $(find /var/opt/rh/rh-mariadb101 -type d) &…