Log name for some HP UX command

I want to perform following task in HP UX OS.

touch test
mv test test1
rm test1

If there is any log from where i can trace this activity (file creation and modification log, not the command history file like .sh_history)?

Not that I can think of unless you activated auditing system... Thats is a good reason to restrict admin privileges...That said if sommands have been passed using a restricted SAM ( a user having som system admin tasks duties using SAM) you would find all its activity in his sam logs...

Our system is running in trusted mode. Is it feasible to enable auditing system in trusted mode? Also provide us the procedure to enable auditing system as well as monitoring procedure in HP UX.

Also inform us is it feasible to enable auditing in non trusted mode? Please provide us the procedure for enable auditing system in both trusted and non trusted mode as well as monitoring procedure in HP UX.