Operating System - HP-UX
1836462 Members
2262 Online
110101 Solutions
New Discussion

Re: Permissions inetd.conf

 
SOLVED
Go to solution
castro_2
Regular Advisor

Permissions inetd.conf

What are the correct permissions the file /etc/inetd.conf.

There is a tool for verify the correct permissions in a system?

Thanks
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: Permissions inetd.conf

ll /etc/inetd.conf
-rw-r--r-- 1 root sys 4715 Sep 29 08:26 /etc/inetd.conf

Bastille might verify.


Pete

Pete
Steven E. Protter
Exalted Contributor
Solution

Re: Permissions inetd.conf

ll /etc/inetd.conf

-r--r--r-- 1 bin bin 5213 Nov 13 18:19 /etc/inetd.conf

That in contrast to Pete's.

This adds an extra step on chagnes that is harder to script. Bastille set these permissions for me.

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6849AA

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
RAC_1
Honored Contributor

Re: Permissions inetd.conf

-r--r--r-- 1 bin bin 4897 Jan 31 13:58 /etc/inetd.conf
There is no substitute to HARDWORK
HGN
Honored Contributor

Re: Permissions inetd.conf

Hi

# ll /etc/inetd.conf
-r--r--r-- 1 bin bin 5543 Jan 13 09:20 /etc/inetd.conf

Rgds

HGN
castro_2
Regular Advisor

Re: Permissions inetd.conf

If a change to
-rw------- inetd.conf

I will have a problem?

Thanks