- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Default profie after user creating and umask globa...
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
01-16-2003 07:20 PM
01-16-2003 07:20 PM
When I create user, If would like my new user creation to have the profile that I set.
How to do that?
Is it possible to have umask global setting
let say I want all user the have umask 022?
any idea or thought would be appreciated
Thanks in advance
Sonny
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 07:26 PM
01-16-2003 07:26 PM
Solutionas for custom user .profiles, you can edit /etc/skel/.profile to your liking. any new users you create will get this .profile. You could put the umask there, but I would suggest not to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 07:27 PM
01-16-2003 07:27 PM
Re: Default profie after user creating and umask global setting
If you modify this .profile to your liking then every user that is created will have that copied into their home directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 07:30 PM
01-16-2003 07:30 PM
Re: Default profie after user creating and umask global setting
(for ksh/bash/sh)
Now you define umask in /etc/profile, then that can be overridden in .profile.
You can put umask in .profile,but put the owner of .profile to root,group root.
This way a user can not modify your seetings in .profile.
But note that a unix litrate user can modify it at command prompt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 07:56 PM
01-16-2003 07:56 PM
Re: Default profie after user creating and umask global setting
Also go through this thread, some more information
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1c33eea29889d611abdb0090277a778c,00.html