- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Usage details
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
10-20-2004 04:10 PM
10-20-2004 04:10 PM
Is there any command or method to find out who all have accessed my files?
Thanks
Syam
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 04:14 PM
10-20-2004 04:14 PM
Re: Usage details
We can monitor system calls and routines by converting into TRUSTED system there. We audit with the audit logs there. audisp can be used to monitor system calls more.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 04:14 PM
10-20-2004 04:14 PM
SolutionOnly the users that are currently accessing your files can be found. Use 'fuser
Unless you check every user's shell history (which may not necessarily have all the information and they could be re-cycled), it's not possible to get that information.
If you are really interested, you will need to enable Auditing subsystem on the system and configure it. You can use 'audisp' command to find out all the users and processes that accessed your files. Again, auditing is to be managed as root.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 04:22 PM
10-20-2004 04:22 PM
Re: Usage details
Thanks a lot for your quick response.
My system is a trusted one. Now what is the procedure to find out the usage history of files.
Regards,Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 04:27 PM
10-20-2004 04:27 PM
Re: Usage details
Go to sam, and enable auditing. Default settings of auditing will be in
/etc/rc.config.d/auditing
You can enable auditing on command line with audmon routine there.
Read audmon, audsys, audisp man pages more.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 04:31 PM
10-20-2004 04:31 PM
Re: Usage details
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&con=/hpux/onlinedocs/B2355-90672/00/01/123-con.html&toc=/hpux/onlinedocs/B2355-90672/00/01/123-toc.html&searchterms=Auditing%7cTCB&queryid=20041020-222954
to know about tcb auditing on hp-ux more.
You can also more documents on,
http://docs.hp.com/ with appropriate search strings.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 04:43 PM
10-20-2004 04:43 PM
Re: Usage details
Regards
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 04:51 PM
10-20-2004 04:51 PM
Re: Usage details
Many many Thanks to Sridhar and Muthu.
Regards,
Syam