I want to list my host server's history commands time.
I know use the export HISTTIMEFORMAT="[%Y.%m.%d %H:%M:%S]"
in /etc/profile
I can record the time in history, but if I want to list the command time before configured to /etc/profile
.
Is there other method to find the command time? or a file changed times?