Operating System - HP-UX
1834679 Members
3217 Online
110069 Solutions
New Discussion

/tmp changing perms to 755

 
Rick Garland
Honored Contributor

/tmp changing perms to 755

Hi all:

We have an L3000-6x system running 11.23
After rebooting the /tmp changes perms to 755.

Any ideas why?

Thanks
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: /tmp changing perms to 755

Check the /sbin/init.d/clean_tmps script to see if there's anything that might be changing permissions.


Pete

Pete
Rick Garland
Honored Contributor

Re: /tmp changing perms to 755

Checked the clean_tmps - no changing of perms in there.

The rc.config.d/clean_tmps is =1 for listing files in /tmp and =0 for clearing

On reboot the files remain.
Patrick Wallek
Honored Contributor

Re: /tmp changing perms to 755

My guess would be a startup script somewhere.

The first think I would try is a:

# grep chmod /etc/init.d/*

to see if there are any chmod commands in any startup scripts.

You might also check /etc/inittab to see if there is anything that runs from there.
Rick Garland
Honored Contributor

Re: /tmp changing perms to 755

No dice.