Are you a Linux system administrator and want to monitor activity of all Linux commands executed by system users in real-time who logged in ...
since in theory it could be used to record an entire session, warts n all.
See: http://whmcr.com/2011/10/14/auditd-logging-all-commands/
Execute following commands in the Linux shell to track all command execution events on Linux system run time without restarting auditd service.
How can we monitor and track all the commands being executed on the
The Linux command line provides some excellent tools for determining how
The above command display all user's commands. You can display the previously executed commands by a particular user using command:
How to Check if the script Command is Installed or not on Linux
http://www.techrepublic. com/article/system-accounting-in-linux/1053377 · Share
The last command searches back through the /var/log/wtmp file (or the file designated by the -f option) and displays a list of all users who have ...