- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ownership of / directory
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2006 02:15 AM
тАО05-19-2006 02:15 AM
ownership of / directory
We have multiple HPUX 11.23 systems on RISC and on ia-64.
Doing some swverify tasks I get warnings about the / directory not owned by root:root.
They are owned by daemon:daemon.
I have checked the systems and some are daemon:daemon while others are root:root. I cannot find a pattern as to why this so. I have queried my peers and they have not made the changes. I even loaded 1 of the RISC systems and I did not change the owners.
All systems have Oracle. All but 1 of the RISC systems is MCSG member.
Any ideas?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2006 02:22 AM
тАО05-19-2006 02:22 AM
Re: ownership of / directory
I just check all of my systems (28 of them, a combo of 10.20, 11.0, 11.11 and 11.23) and all except 1 system have root:root for / ownership. The one odd-ball system has root:sys for / ownership.
root:root is the standard. I don't know that it really would make any difference since root has access to everything anyway, but it is definitely non-standard.
I would be tempted to fix those that are daemon:daemon, if the pain of going through your change management process isn't too bad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2006 02:25 AM
тАО05-19-2006 02:25 AM
Re: ownership of / directory
Switch back to root:root and monitor for a change and then check if some software was rolled out that day.
Regards,
Florian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2006 02:31 AM
тАО05-19-2006 02:31 AM
Re: ownership of / directory
I don't have any 11.23 systems to interrogate.
However, a somewhat similar anomoly appeared last month for some entities in '/usr'.
You might try searching the IPD ('/var/adm/sw/products') looking for matches where either the 'uid' or 'gid' is set to 'daemon'. This might point to something. See the thread here:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1023107
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2006 02:34 AM
тАО05-19-2006 02:34 AM
Re: ownership of / directory
Are one of the subdirectories off of root owned by daemon:daemon also? If so, then I'm thinking someone or some software did a "chown daemon:daemon .* " from inside the subdirectory that is also owned by daemon:daemon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2006 03:25 AM
тАО05-19-2006 03:25 AM
Re: ownership of / directory
Perhaps, you may take a look at HP-UX Security guide Section 5.3.5
http://sabernet.home.comcast.net/papers/hp-ux9.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2006 03:39 AM
тАО05-19-2006 03:39 AM
Re: ownership of / directory
one added thought to John's tipp:
chmod -R .... could have done that.
Other possibility: user id of root changed to daemon?
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2006 03:40 AM
тАО05-19-2006 03:40 AM
Re: ownership of / directory
chown -R .... of course
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2006 06:20 AM
тАО05-19-2006 06:20 AM
Re: ownership of / directory
Thanks for the feedback and ideas.
Did some scouting and I am unable to find anything. Looked at history files, the IPD, security docos, etc.
I am going to change them back and keep an eye on.
I did find a pattern. The PRD systems still have the root:root while the DEV/TST systems have the daemon:daemon. First thought would be some patch bundle did it as the PRD systems are a cycle behind.
Will keep posted.
Thanks again!