- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Questions from a new 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
05-09-2001 02:39 AM
05-09-2001 02:39 AM
Questions from a new user
1. How do I disallow the login as root, even at the console, except through su?
2. How do I set the default passwd aging period on an untrusted system?
3. How do I create new users with a default permission, eg 700, for their $HOME?
4. My system doesn't seem to read my .profile at login. Is there a patch for this?
I'm running HP-UX11.00
Thanks!
Rick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2001 02:52 AM
05-09-2001 02:52 AM
Re: Questions from a new user
1)IN some situations you will really be happy to be able to connect yourself as root especially at the console, so I would create /etc/securetty file with only one word in it: console.
2) You will have to enable passwd aging, easiest way is to use sam>users>modiy a user>option>passwd option
3) again try with sam >users>action>task customisation
4) Strange humm... who is the owner and what perm?
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2001 02:57 AM
05-09-2001 02:57 AM
Re: Questions from a new user
Some answers :
1. create an empty file /etc/securetty
2. Modify user / enable password aging in SAM
will show you the necessary details
3. set umask value in /etc/profile
4. Pls check your home path in /etc/passwd.
You can update this in SAM.
Rgds
Alexander M. Ermes
p.s. Welcome to the madhouse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2001 03:06 AM
05-09-2001 03:06 AM
Re: Questions from a new user
4. if you would be using csh then .cshrc is used instead of .profile.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2001 03:38 AM
05-09-2001 03:38 AM
Re: Questions from a new user
2. SAM
3. umask in .profile
4. See permission of .profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2001 06:39 PM
05-10-2001 06:39 PM
Re: Questions from a new user
On item 1, I'd tried your suggestions and it worked. I however have to agree with Victor that I should probably leave the console alone.
On items 2 & 3, I was hoping that a default value can be set instead of having to do it for all the users so as to appease the secutity team that the measures are in place.
Thanks!
Rick