Operating System - HP-UX
1753501 Members
3430 Online
108794 Solutions
New Discussion

Re: permission issue after trusted system

 
SOLVED
Go to solution
Solution

Re: permission issue after trusted system

Am I missing something here? Why don't you just alter your script to set umask on box B explicitly right before you create the file? Or just chmod it after you created it?


I am an HPE Employee
Accept or Kudo
zxcv
Super Advisor

Re: permission issue after trusted system

Hi Duncan ,

You were spot on .

I just edited that script to add umask line.

 

Thank you very much.