1、编辑全局配置文件:/etc/profile
#vi /etc/profile
export HISTTIMEFORMAT="%F %T `whoami`:"
2、让配置立即生效:
#source /etc/profile
3、验证配置是否生效:
#history