- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Root access
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
Forums
Discussions
Discussions
Discussions
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
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
06-16-2004 07:41 PM
06-16-2004 07:41 PM
Root access
My question is about the security and most particularly the root access to a HP-UX system.
I would like to know if it is possible (and then how) to decide who can become root? Is there a config file like /var/adm/cron.allow, but for the root access.
As a consequence, only the defined users could become root.
I hope it is clear.
Many thanks for your help.
Regards,
Eric.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 07:46 PM
06-16-2004 07:46 PM
Re: Root access
Any user who wants to become root uses "su" command. If you control the Owner/Permission of the same then it is possible.
Also create /etc/securetty file and add "CONSOLE" to it so that direct root login is only possible thr' console other's have to use su to get root access.
Hope that helps,
regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 07:47 PM
06-16-2004 07:47 PM
Re: Root access
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 07:59 PM
06-16-2004 07:59 PM
Re: Root access
See man ...
chgrp chown
HTH
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 08:03 PM
06-16-2004 08:03 PM
Re: Root access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 08:06 PM
06-16-2004 08:06 PM
Re: Root access
I'm going to check it.
Regards,
ERuc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 08:26 PM
06-16-2004 08:26 PM
Re: Root access
You can also use this file to audit unsuccessful attempts as well. Using 'root' directly as a login, is a bad idea and should be discouraged by using the /etc/securetty file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 11:14 PM
06-16-2004 11:14 PM
Re: Root access
SU_ROOT_GROUP=
Then only people who are a member of that group can su to root - even if the others know the password (provided you eliminate direct login of root).
Not only is this good for security, but it can prevent users from locking the root user ID due to login attempts because they were doing a su
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 12:07 AM
06-17-2004 12:07 AM
Re: Root access
Don't forget to assign points for replies those were helpful.
Refer the link below for more clarification.
http://forums1.itrc.hp.com/service/forums/helptips.do?admit=716493758+1085211538437+28353475#33
Don't mind. :))
Thanks,
Bharat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 12:40 AM
06-17-2004 12:40 AM
Re: Root access
Best not let anyone have root access if it's particularly important. Keep root password in an envelope in a safe. You then need human authorization (and a key) to access it.