- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I file of access registration (login) bankrupt
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
08-24-2004 03:17 AM
08-24-2004 03:17 AM
I file of access registration (login) bankrupt
Which file it takes the control of the bankrupt intents of access (login) in UX 10.20 and UX 11.x?
Thanks,
Orlando
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2004 03:24 AM
08-24-2004 03:24 AM
Re: I file of access registration (login) bankrupt
I'm not exactly sure what you're asking, but bad logins are recorded in /etc/btmp (which is linked to /var/adm/btmp), and can be viewed with the lastb command.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2004 03:28 AM
08-24-2004 03:28 AM
Re: I file of access registration (login) bankrupt
The file is /var/adm/btmp
You can read it with the last command: -
last -f /var/adm/btmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2004 03:39 AM
08-24-2004 03:39 AM
Re: I file of access registration (login) bankrupt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2004 04:43 AM
08-24-2004 04:43 AM
Re: I file of access registration (login) bankrupt
User privillagement is applicable to lastb command usage.
And more su login failed are stored on /var/adm/sulog and syslog too.
All attempts to become another user are logged in /var/adm/sulog,
including failures. Successful attempts are flagged with +; failures,
with -. They are also logged with syslog()
see more on last, su man pages
Regards
Muthu