Thursday, 14 May 2020

How to provide full access for shm partition

For the full access permission for the /dev/shm, just modify the following file with following changes.

open the following file with vi editor

vi /usr/lib/dracut/modules.d/95fcoe/cleanup-fcoe.sh


Just modify the 7th line mkdir -m 0755 to 0777 


then save and restart your server and check

No comments:

Post a Comment

Helm installation on rhel 9

 You can do install with 2 commands  first one is curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-hel...