- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- etc-group : group names ?
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
11-13-2003 02:01 AM
11-13-2003 02:01 AM
etc-group : group names ?
ie: apps::101:user1,user2,user3,......
can the next line be: apps::101:.... also or
does it have to change to say: apps2::101:....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 02:03 AM
11-13-2003 02:03 AM
Re: etc-group : group names ?
The should be different, group id is the same.
apps:101
apps2:101
Regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 02:04 AM
11-13-2003 02:04 AM
Re: etc-group : group names ?
-USA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 02:04 AM
11-13-2003 02:04 AM
Re: etc-group : group names ?
I'm pretty sure you have to stick to one group per line. How long is your line? How many users are you trying to put in a group? Remember that you only need to specify the additional groups for users; you don't need an entry for their default group.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 02:09 AM
11-13-2003 02:09 AM
Re: etc-group : group names ?
But it is not always necessary. For users whose login group is apps (groupid 101 in /etc/passwd) it is not necessary to be mentioned in the group file. This could solve your issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 02:41 AM
11-13-2003 02:41 AM
Re: etc-group : group names ?
apps::101: ....
apps1::101: ....
This will be easy to identify and differentiate and you will get the same group permission in both places. If I remember correctly, the limitation is 1024 character per line, but I think the new release OS and patches might have overcome this limitation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 03:09 AM
11-13-2003 03:09 AM
Re: etc-group : group names ?
bye