I know that
# ps -u someUser
will print the terminal processes currently being run by a user. Is there a way to get all of the past terminal processes that user ever ran when you're logged in as the root user?
I want all the processes they ran like:
$ php update_financials.php
A command like:
cat ~someUser/.bash_history
would bring up commands I don't care about like
$ pwd
$ ls -l