- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unix / Linux special groups
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
тАО06-03-2011 06:08 AM
тАО06-03-2011 06:08 AM
We are migrating systems and I'm in a bit of cleanup / documentation process.
Where can I find documentation for/on special user groups founf on UNIX systems?
I'm thinking of the groups "wheel", "ctools", "ntools" and others.
We have some of these groups defined on our systems. I now they are needed for some admin tasks but cannot see any files belonging to them and cannot find documentation specifying the privileges their members are entitled to.
Thanks
RayB
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2011 10:16 AM
тАО06-03-2011 10:16 AM
Re: Unix / Linux special groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2011 12:15 PM
тАО06-03-2011 12:15 PM
SolutionEven with the "wheel" group functionality of (some versions of) su, this requires multiple users to know the root password. Changing a password that must be known by more than one person requires coordination and passing secrets around, making it harder to replace a password that might be fallen to wrong hands.
So, most current sources recommend using sudo instead of su to allow the administrators use the root privileges.
If you're using sudo, it can be used to give out other privileges too: the "ctools", "ntools" and other groups might have certain sudo privileges assigned to them. Find the "sudoers" file on your system and read it to see what kind of privilege definitions are made; the file is normally /etc/sudoers on most Linuxes, and /opt/iexpress/sudo/etc/sudoers on HP-UX (if the HP-provided version of sudo from the HP-UX Internet Express package is used).
If you need to edit the sudoers file, use the "visudo" command; like "vipw" for /etc/passwd file, it makes a temporary copy of the respective file for editing. Visudo checks the edited file for syntax errors before it replaces the real file. If errors are detected, it gives you a chance to fix them or to abandon your changes.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2011 06:18 AM
тАО06-06-2011 06:18 AM
Re: Unix / Linux special groups
Your answer does not solve my problem but points me in the right direction.
On our HP-UX systems, there is no /opt/iexpress/.../sudoers file but some commands and logs have the [cn]tools group assigned. I'm told ntools was for network and ctools was for configuration and the groups were created to allow certain people to view logs and perform certain operations without having the full system privileges.
The same setup appears to have been implemented on more recent Linux systems because the groups are populated, but do not appear in the /etc/sudoers files.
Thanks for a valuable explanation.
RayB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2011 10:31 PM
тАО06-06-2011 10:31 PM
Re: Unix / Linux special groups
So it sounds like you are using sudo over RBAC, lookin' at the conventional groups your query is based on.
However, RBAC does have special roles and special *pseudo groups* that go with the implementation of RBAC. One of which stands out is PRIV_GLOBAL.
Regards
Ismail Azad