- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What does the GID 1 do?
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-30-2007 06:07 AM
05-30-2007 06:07 AM
What does the GID 1 do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 06:10 AM
05-30-2007 06:10 AM
Re: What does the GID 1 do?
To see a listing of files that have the "other" group set do:
# find / -type f -group other |xargs ll -d
To search for directories:
# find / -type d -group other | xargs ll -d
If you were to remove this group, then you would have files that had only a numeric group of '1' associated with them rather than the group name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 06:14 AM
05-30-2007 06:14 AM
Re: What does the GID 1 do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 06:47 AM
05-30-2007 06:47 AM
Re: What does the GID 1 do?
I would first do a
find / -group other -exec ls -l {} \;
to list all the files on the system that have the group set to 1. You can then make a more informed decision about how to handle group "other". The only potential danger are files writeable or executable by group other and also having non system-related users that are members of group other.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 06:47 AM
05-30-2007 06:47 AM
Re: What does the GID 1 do?
As to specifically why, that's something developers would probably have to answer. Most likely just trying to segregate permissions.
On my fairly basic HP-UX 11.23 installation there are 892 files and 153 directories with "other" as the group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 06:57 AM
05-30-2007 06:57 AM
Re: What does the GID 1 do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 06:58 AM
05-30-2007 06:58 AM
Re: What does the GID 1 do?
what does the etc in /etc stand for?
what does the usr in /usr stand for?
In the end the real question is whether or not this is really a threat. As stated you should look at what files have the group and what permissions are set on those files. Also, take note of who is apart of that group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 07:00 AM
05-30-2007 07:00 AM
Re: What does the GID 1 do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 07:31 AM
05-30-2007 07:31 AM
Re: What does the GID 1 do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2007 04:26 AM
06-15-2007 04:26 AM
Re: What does the GID 1 do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2007 04:28 AM
06-15-2007 04:28 AM