1、将 HISTTIMEFORMAT 变量加到 .bashrc 或 .bash_profile或者全局/etc/profile 文件中,让它永久生效。
# echo 'HISTTIMEFORMAT="%F %T "' >> ~/.bashrc 或 # echo 'HISTTIMEFORMAT="%F %T "' >> ~/.bash_profile # echo 'HISTTIMEFORMAT="%F %T "' >> /etc/profile
2、运行下面命令来声明环境变量。
# source ~/.bashrc 或 # source ~/.bash_profile 或 # source /etc/profile
3、效果:
[root@zabbix ~]# history 1 2020-11-02 14:08:01 ip a 2 2020-11-02 14:08:01 ping baidu.com