Operating System - HP-UX
1833779 Members
1955 Online
110063 Solutions
New Discussion

inetd.sec: proper ownership and perms

 
SOLVED
Go to solution
TheJuiceman
Super Advisor

inetd.sec: proper ownership and perms

What permissions should the /var/adm/inetd.sec file have and who should own it? Thanks.
3 REPLIES 3
Michael Steele_2
Honored Contributor
Solution

Re: inetd.sec: proper ownership and perms

Hi

/var/adm/inetd.sec does not exist by default at installation. You create it. If you read the man page ownership applies to users and should be writable.

root sys 644

read write owner
read only group
read only world

Make it tighter with 640
Support Fatherhood - Stop Family Law
TheJuiceman
Super Advisor

Re: inetd.sec: proper ownership and perms

HP docs say to, I quote:

Make sure the /var/adm/inetd.sec file is owned by user root and group other, and make sure its permissions are set to 0444 (-r--r--r--).

http://docs.hp.com/en/B2355-90685/ch02s04.html
TheJuiceman
Super Advisor

Re: inetd.sec: proper ownership and perms

root:other
0444

Thanks