1834483 Members
3373 Online
110067 Solutions
New Discussion

Owner for /etc/bootptab

 
SOLVED
Go to solution
Jack C. Mahaffey
Super Advisor

Owner for /etc/bootptab

I'm seeing different owner settings for /etc/bootptab across several servers.

Some questions:

1 - Who should be the owner:group settings for this file? I'm seeing root:root and root:sys
2 - What background process reloads this file and what is the frequency? Is it possible that this process is resetting the permission when the file gets reloaded?

I am seeing consistency of -rw-r--r-- for the permissions for this file.

Thanks in advance....
jack...
10 REPLIES 10
Pete Randall
Outstanding Contributor
Solution

Re: Owner for /etc/bootptab

Jack,

I'm seeing bin:bin on all my 11i boxes.


Pete

Pete
Jack C. Mahaffey
Super Advisor

Re: Owner for /etc/bootptab

Thanks Pete... Anybody else got something else?
Mel Burslan
Honored Contributor

Re: Owner for /etc/bootptab

bin:bin ownership all across the board on my end as well
________________________________
UNIX because I majored in cryptology...
DCE
Honored Contributor

Re: Owner for /etc/bootptab


I am seeing root:sys on the 11i systems I am working on

Dave
Patrick Wallek
Honored Contributor

Re: Owner for /etc/bootptab

I just checked 2 of my 11.0 machines, 2 of my 11.11 machines and my 11.23 machine and they all show up with bin:bin ownership and permissions of 444 (-r--r--r--) for /etc/bootptab.
Devender Khatana
Honored Contributor

Re: Owner for /etc/bootptab

Hi,

I also have bin:bin on all my 11i boxes. But it may be different in case on different OS releases. It is used by bootp server which is probably used when you require to boot your other servers from this box which generally happens in case of ignite servers.

This file would be always read when bootpd daemon is started, or when some machine tries to boot off this server.

HTH,
Devender
Impossible itself mentions "I m possible"
Jack C. Mahaffey
Super Advisor

Re: Owner for /etc/bootptab

I see that bin:bin is also used by /usr/newconfig/etc/bootptab. I'll change accordingly. It also lists -r--r--r-- permissions.



jack...
Jack C. Mahaffey
Super Advisor

Re: Owner for /etc/bootptab

Assigned points... Thanks all. We're running 11.0.
Bill Hassell
Honored Contributor

Re: Owner for /etc/bootptab

bootptab is read by bootpd but only when it needs to start. bootpd is a daemon (when enabled in inetd.conf) which supplies automatic information to get some computer, router, JetDirect card, etc started. The permissions are not changed by bootptab (or any other kernel process). If the perms and/or ownership is being changed from the default values of 444 and bin:bin, then some cron job or other script is doing it.


Bill Hassell, sysadmin
Jack C. Mahaffey
Super Advisor

Re: Owner for /etc/bootptab

Thanks Bill. I've reset it to bin:bin and -r--r--r-- and will monitor.

Jack...