Friday 7 July 2017

Change SAPOSCOL owner,group and permission in Linux and Unix

Tags


1. Change to root user and go to /usr/sap/<SID>/sys/run.
    
    Change directory 

     cd /usr/sap/<SID>/sys/run

2. Change the saposcol owner to root

    chown root saposcol

3. Change the saposcol group to sapsys

    chgrp sapsys saposcol

4. Change the saposcol permission

    chmod 4750 saposcol

5. Verify the file properties 

    Change the directory to /usr/sap/<SID>/sys/run
    type ls -la
    
   rwsr-x  root sapsys 43212 jul 05 20;19 saposcol





EmoticonEmoticon

Note: only a member of this blog may post a comment.