I wants to check on my linux system when which command was fired - at which date and time.
I fired commands like this:
history 50
Regarding this link you can make the first solution provided by krzyk permanent by executing:
echo 'export HISTTIMEFORMAT="%d/%m/%y %T "' >> ~/.bash_profile source ~/.bash_profile