- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UID/GID < 100
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
02-18-2008 07:39 AM
02-18-2008 07:39 AM
Can some one tell me what aditional rights I have if my user ID and or group ID is 50 < 100
I know that some comandas does not see the groups < 100.
#listusers -g users
'users' is not a user group
And is someone knows also for AIX ?
The listusers command is working on AIX for all groups and users so if somebody knows someting that the users whit UID/GID 50-99 gain on AIX please also post it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2008 08:16 AM
02-18-2008 08:16 AM
Re: UID/GID < 100
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2008 08:30 AM
02-18-2008 08:30 AM
Re: UID/GID < 100
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2008 09:09 AM
02-18-2008 09:09 AM
Re: UID/GID < 100
See the manpages for 'passwd(4)':
"It is suggested that the range 0-99 not be used for user and group IDs so that IDs that might be assigned for system software do not
conflict."
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2008 12:30 AM
02-19-2008 12:30 AM
Re: UID/GID < 100
A user login has a UID of 100 or greater.
Also the listusers comands gaves the same error on sun
I have heard there was somting that a user <100 can do more prio/nice settings in the past, but I am not able to recreate,
also find a man page on internet showing:
User ID (uid) 18 is reserved for the BASIC Language operating system.
These are operating systems for Series 300 and 400 computers that can
co-exist with HP-UX on the same disk. Using these uids for other
purposes may inhibit file transfer and sharing.
but do that I only have 9000 systems I can not test it.
Still searching,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2008 04:43 AM
02-19-2008 04:43 AM
SolutionAll around the world people like me working on PA-RISC to Itanium replacement (coupled with HP-UX 11.00 to 11.v2/3 upgrades) where the user ids in the low 100s on the old systems were used by real users, but now have been taken by HP-UX during the installation. This is causing us all a lot of painstaking work, adjusting all the user ids from old system to new when files and home directories are copied over. It also means that decisions have to be made whether or not to keep the same Ids as the old systems (adjusting the new o/s) or to adjust everyone's ID on the new systems so that everyone has to have a new user id, which causes extra work if you have to restore files from backup.
It would have been much easier for the rest of us for HP to allocate itself numbers from 99 downwards as the man page suggests and not simply do a useradd for each package as it gets installed. I can see why they did it, but its a real pain.
The same applies to Group Ids.