- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- default settings for "nobody"
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
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
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
тАО10-03-2002 04:56 AM
тАО10-03-2002 04:56 AM
Hello,
Does anybody knows the system default UID and GID for the user "nobody" on HPUX 11.00.
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2002 05:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2002 05:06 AM
тАО10-03-2002 05:06 AM
Re: default settings for "nobody"
nobody:*:-2:-24::/:
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2002 05:07 AM
тАО10-03-2002 05:07 AM
Re: default settings for "nobody"
nobody:*:-2:60001::/:
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2002 05:07 AM
тАО10-03-2002 05:07 AM
Re: default settings for "nobody"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2002 05:08 AM
тАО10-03-2002 05:08 AM
Re: default settings for "nobody"
By default, there is no user "nobody" in HP-UX 11.00
If you intend to configure some Public Domain Software that needs user "nobody", you have 2 choices:
1. Manually add an user "nobody" & group "nobody". This can be done easily via SAM.
2. User another user.
I am been facing this problem while configuring few Public Domain Software on HP-UX 11.00 for my few customers.
In RedHat Linux 8.0,
by default in
1. /etc/passwd:
nobody:*:99:99:Nobody:/:/sbin/nologin
2. /etc/group:
nobody::99:
Hope this helps ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2002 05:09 AM
тАО10-03-2002 05:09 AM
Re: default settings for "nobody"
nobody:*:-2:-2::/:
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2002 05:14 AM
тАО10-03-2002 05:14 AM
Re: default settings for "nobody"
Traditionally, we use UIDs/GIDs in the 59XXX range so folks can easily identify the purpose of the account and so that uid/gid filters are easy to write. For example, you can use POP3 if you're > 200 and less than 59000.
If you just have one role account, by convention, most folks use 59999/59999.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2002 05:20 AM
тАО10-03-2002 05:20 AM
Re: default settings for "nobody"
it is
nobody:*:-2:-2::/: