
You can set the default login shell as Bash.

This shell is having the tool known as History.

Anyone logged with this shell if execute any command then that command will get stored and appended to /.bash_history file.
You can make a script which will mail you the contents of /.bash_history
at your will and you will have all commands executed by root with
you......
Hope this will help.....
