- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Creating an anonymous user
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
08-16-2000 12:31 PM
08-16-2000 12:31 PM
Creating an anonymous user
How do I create an anonymous user?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2000 12:37 PM
08-16-2000 12:37 PM
Re: Creating an anonymous user
See: http://www.docs.hp.com/dynaweb/hpux11/@Generic__CollectionView
It has a detailed desctiption about it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2000 12:41 PM
08-16-2000 12:41 PM
Re: Creating an anonymous user
nobody:*:-2:60001::/:
actually if you are root, you should be able to do:
echo "nobody:*:-2:60001::/:" >> /etc/passwd to append it to the passwd file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 03:16 AM
08-17-2000 03:16 AM
Re: Creating an anonymous user
Be careful doing that cat. One missing ">" and you will have no password file.
Always back up your password file before making any editing changes to it. I would also prefer to use vipw than vi as this locks /etc/passwd while you are editing it.
The default entries for "nobody" in /etc/passwd and /etc/group at HP-UX 11.X are:
/etc/passwd:
nobody:*:-2:-2::/:
/etc/group:
nogroup:*:-2:
I believe this is the same for HP-UX 10.x
Regards, Trevor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 05:10 AM
08-17-2000 05:10 AM
Re: Creating an anonymous user
- It is easier to type than vi /etc/passwd and a lot easier to type than echo ... >> /etc/passwd
- It locks the passwd file in case some other root user is making changes at the same time.
In all cases, run pwck after making the changes to make sure the passwd file is intact.
If what you actually want is an anonymous ftp account, SAM will do a good job. Go to Networking and Communications -> Network Services -> Anonymous FTP
Bill Hassell, sysadmin