LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   user activity tracking (https://www.linuxquestions.org/questions/linux-newbie-8/user-activity-tracking-896673/)

fernfrancis 08-11-2011 01:40 AM

user activity tracking
 
Hi All

Is there any software package for ubuntu linux to track all user activity.
I need to know what all things they have done, which commands they executed etc....

i tried acct but don't get the desired report

Please let me know of a tool and basic how to use it

Thanks in advance

jv2112 08-11-2011 03:53 AM

As long as you are forcing the use of accounts then you could out together a script to dump history and login ins.

Something like this -->

cat /home/User_Name/.bash_history > log

last >> log

chrism01 08-26-2011 01:35 AM

http://linux.die.net/man/1/rootsh


All times are GMT -5. The time now is 08:45 PM.