- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- creating new users
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
06-12-2001 11:11 AM
06-12-2001 11:11 AM
creating new users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 11:26 AM
06-12-2001 11:26 AM
Re: creating new users
Look in /etc/skel. If you are using useradd
you can specify a skeleton directory to load prototype .profiles from. Man useradd for details.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 11:54 AM
06-12-2001 11:54 AM
Re: creating new users
You should also include a copy of .dtprofile in /etc/skel in which you uncomment the line DTSOURCEPROFILE=true, if you want the user's .profile to be read during CDE logins.
If a .dtprofile is not found in the user's home directory during a CDE login, it is created, and will not source the user's .profile.
--Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 12:09 PM
06-12-2001 12:09 PM
Re: creating new users
Both sam and useradd will copy the entire contents of /etc/skel into a new user's home directory, including subdirectories and hidden files. By default, /etc/skel has a copy of .profile, .login, and .cshrc. You may add any other files, such as .dtprofile, as you see fit.
--Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 12:52 PM
06-12-2001 12:52 PM
Re: creating new users
Here is how it is :
Useradd < SAM Useradd > copy form /etc/skel to the home directory for the user .
You can also copy from the exisitng home directories of the same or similar users .
Manoj Srivastava