Operating System - HP-UX
1753338 Members
5324 Online
108792 Solutions
New Discussion юеВ

Re: /etc/group file permission problem

 
SOLVED
Go to solution
kel28_1
Occasional Advisor

/etc/group file permission problem

We use Intersystems Cache Database with background jobs (non interactive). When these jobs start the process does not acquire the proper permissions assigned in the /etc/group file. Has anyone come across an issue where non interactive processes do not acquire the group access permissions running as a non interactive process?
5 REPLIES 5
Dennis Handly
Acclaimed Contributor

Re: /etc/group file permission problem

What OS version? What does id(1) show?
If you aren't on 11.11, you wouldn't get secondary groups activated without linking /etc/logingroup.
kel28_1
Occasional Advisor

Re: /etc/group file permission problem

OS 11.23. I'll check id(1).
Steven E. Protter
Exalted Contributor
Solution

Re: /etc/group file permission problem

Shalom,

Check the directory permissions for where the jobs show up. There could be an issue with inherited permissions.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
kel28_1
Occasional Advisor

Re: /etc/group file permission problem

Problem solved. Thanks for your responses. The permissions were being inherited from the parent process, not from the /etc/group or local directory permissions.
kel28_1
Occasional Advisor

Re: /etc/group file permission problem

Permissions inherited from the parent process.