- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: How to Keep track user activity in Linux
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
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
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-26-2009 07:32 PM
тАО07-26-2009 07:32 PM
Is there any way to keep track user activity in the command line? I have implemented this by adding following lines in the ".bash_profile" file:
touch ~/Session/command_in_session_`date "+%y%m%d(%H:%M)"`
cat ~/.bash_history >> ~/Session/command_in_session_`date "+%y%m%d(%H:%M)"`
echo " " > ~/.bash_history
But is there any way to implement user level Auditing in Linux from which we can tracking user activity??
Thanks
Minhaz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2009 01:30 AM
тАО07-27-2009 01:30 AM
Re: How to Keep track user activity in Linux
Standard.
Set variables HISTORY and HISTSIZE
That creates keyboard logs.
http://secureaudit.sourceforge.net/
http://www.sans.org/score/checklists/AuditingLinux.doc
http://www.linux.com/archive/feature/114422
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2009 07:17 AM
тАО07-27-2009 07:17 AM
Solutionhttp://www.ossec.net/
When setting things like this up you want to define what you are looking for. Logging all user activity is kind of pointless. Do you really want to know that they changed a directory? Probably not. Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2009 09:28 AM
тАО07-27-2009 09:28 AM
Re: How to Keep track user activity in Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2009 09:49 AM
тАО07-27-2009 09:49 AM
Re: How to Keep track user activity in Linux
http://sourceforge.net/projects/sudosh/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-28-2009 04:24 AM
тАО07-28-2009 04:24 AM
Re: How to Keep track user activity in Linux
I have already install HIDS server and Agent in my linux box. Can uou help me in detail what you have implemented in your production
Thanks
Minhaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-03-2009 01:16 AM
тАО08-03-2009 01:16 AM
Re: How to Keep track user activity in Linux
http://kbase.redhat.com/faq/docs/DOC-6613