Increase the time stamp for the history command

vim / etc / profile of the new export HISTTIMEFORMAT = "% Y-% m-% d% H:% M:% S". as follows:

HOSTNAME=`/bin/hostname 2>/dev/null`
export HISTTIMEFORMAT="%Y-%m-%d %H:%M:%S  "
HISTSIZE=1000



Guess you like

Origin blog.51cto.com/12107790/2438935