- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Use of Configuration files
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
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
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
07-17-2012 01:38 AM
07-17-2012 01:38 AM
Use of Configuration files
Hi Experts
what iis the use of below said files in HP_UX.Please explain in details.
Thanks in Advance.
/etc/securetty
/etc/restrictlogin
/etc/default/security
Ajin.S
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2012 04:39 AM
07-17-2012 04:39 AM
Re: Use of Configuration files
/etc/default/security - security defaults configuration file
To restrict user login attempts in hp-ux can be defined with attributes in /etc/default/security file.
For more information, refer the man page of security
/etc/securetty - the purpose of the /etc/securetty file is to specify where root can log in. For example if you have "console" mentioned in "/etc/securetty", then only server console login is enabled for root user.
If the file /etc/securetty exists as an empty file, root logins will be rejected regardless of whether the correct password is used.
Pradeep
I am an HP Employee
A quick resolution to technical issues for your HP Enterprise products is just a click away HP Support Center Knowledge-base
See Self Help Post for more details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2012 06:50 AM
07-17-2012 06:50 AM
Re: Use of Configuration files
/etc/restrictlogin does not exist in default HP-UX installations (at least in versions HP-UX 11.00 ... 11.31). It is not a standard part of a HP-UX system.
It might be a local customization. For example, a sysadmin might have configured some extra checks in system-wide login scripts (/etc/profile, /etc/csh.cshrc and/or /etc/csh.login) and the file might contain some information to be used with the custom checks.