- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Monitoring 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-26-2002 09:11 AM
06-26-2002 09:11 AM
Thank's
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2002 09:25 AM
06-26-2002 09:25 AM
Re: Monitoring Users
The only other command I can think of is fc. For instance, you could su to a user's acct and do an fc -l and that would show you the commands that user has executed. Or you could set your system as a trusted system and audit certain users and functions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2002 09:40 AM
06-26-2002 09:40 AM
Re: Monitoring Users
If you want to monitor only some special accounts (like root) you can install sudo software on your system. Don't give the password of the special accounts to any one. But configure the sudoer file to give require access to them when they use sudo.
When they use sudo to run the commands it will keep all the records (including time, date, action... etc).
Else turn on the auditing..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2002 09:44 AM
06-26-2002 09:44 AM
SolutionGL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2002 09:57 AM
06-26-2002 09:57 AM
Re: Monitoring Users
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2002 10:02 AM
06-26-2002 10:02 AM
Re: Monitoring Users
It depends on waht level you plan to caputer the details ,
1. Like for loggin in we have no direct logins to roo and oracle and apps annd people ahve to log in as theire users and then su to the users , hence we caputer logs like that.
2.ofcouse as you say .sh_history.
3. You can enable process accounting , and this will create huge log files as to which use ran which command from waht terminal a detailed information can be got from this .
You ca do a man acct , and the commnad is /usr/sbin/acct/acctcom
Manoj Srivastava