- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to create a user NIS
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-24-2004 08:51 AM
05-24-2004 08:51 AM
"Unable to change to your home directory, Do you want log in anyway (using / instead)? "
At the time of pressing the OK button, it does not allow to enter.
My question, how it could create users NIS, correctly...
Please Help Me
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 09:12 AM
05-24-2004 09:12 AM
Re: How to create a user NIS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 09:32 AM
05-24-2004 09:32 AM
Re: How to create a user NIS
+user:::::/home/user
I can't rememner how many :'s you need check the settings for other users in the /etc/passwd.
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 10:01 AM
05-24-2004 10:01 AM
Re: How to create a user NIS
That it has content:
This user is correct, I don't have a problem
celayaju::42074:42002:Juan Celaya:/home/qrdss01/celayaju:/usr/bin/ksh
But with this user I have a problem
calzaday::42092:42002:Ayme Calzada:/home/qrdss01/calzaday:/usr/bin/ksh
What instruction I must run to finish creating it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 10:18 AM
05-24-2004 10:18 AM
Solutionmkdir -p /home/qrdss01/calzaday
chown calzaday /home/qrdss01/calzaday
You probably should also copy a .profile to this directory.
You could also run the useradd comand to do these steps for you. Man useradd for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2004 01:17 AM
05-25-2004 01:17 AM