Bash command script can log the commands and output of a user so you have an accurate record of all activity.
to start, create your log file
touch mylogstart script
script mylogthen all your command line activeities, such as ps, ls mount etc wand their out put will be record in file mylog
to stop
script -q
Advertisements