- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /etc/group /etc/logingroup
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
05-13-2004 07:36 AM
05-13-2004 07:36 AM
In someones experience. Is it better to link
or not?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 07:52 AM
05-13-2004 07:52 AM
SolutionFrom man:
/etc/group exists to supply names for each group, and to support changing groups by means of the newgrp utility
/etc/logingroup provides a default group access list
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 07:55 AM
05-13-2004 07:55 AM
Re: /etc/group /etc/logingroup
It makes for happier users since they can then belong to multiple groups and not have to change via the newgrp command.
'man logingroup' provides very good details of group and logingroup functions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 07:57 AM
05-13-2004 07:57 AM
Re: /etc/group /etc/logingroup
root:/
# ls -lib /etc/logingroup /etc/group
76 -r--r--r-- 2 bin bin 921 May 13 12:00 /etc/group
76 -r--r--r-- 2 bin bin 921 May 13 12:00 /etc/logingroup
They must be in sync or you are going to have problems when modding group info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 08:04 AM
05-13-2004 08:04 AM
Re: /etc/group /etc/logingroup
Man logingroup for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 03:31 PM
05-13-2004 03:31 PM
Re: /etc/group /etc/logingroup
If /etc/logingroup is empty or non-existent the default group access list is empty. If /etc/logingroup and /etc/group are links to the same file, the default access list includes the entire set of groups associated with the user.
There's a GREAT article at:
http://www.adager.com/VeSoft/HpUxSecurityConcerns.html
The article is titled: "HP-UX SPECIFIC SECURITY CONCERNS." Even if you are not worried about the security concerns of using /etc/logingroup, you should take a minute and read the information regarding the logingroup contained in this article.
Enjoy your read, hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 04:13 PM
05-13-2004 04:13 PM
Re: /etc/group /etc/logingroup
The below info may help you. Instead of creating separate file You can create a link to /etc/logingroup from /etc/group.
HP-UX 10x
/etc/logingroup Nonexist
Effective GID is from /etc/passwd, no associated entries from /etc/group. User must use newgrp command to change GID to entry in /etc/group
/etc/logingroup exists
GID is from /etc/passwd, all entries for user in /etc/logingroup are associated groups.
HP-UX 11x
/etc/logingroup Nonexist
Effective GID is from /etc/passwd, associated entries are from /etc/group
/etc/logingroup exists
GID is from /etc/passwd, all entries for user in /etc/logingroup are associated groups.