Software >> OS >> Unix >> Linux >> Red Hat Enterprise Linux >> As root user how to monitor what commands were issued in bash shell by other userse.g. assuming all users home directories fall under /home e.g. /home/user1 # find /home -name .bash_history each .bash_history file will contain the command history for the respective user
|