配置环境变量,实现执行history 的时候可以看到执行命令时间
centos7 centos8一样 版本,根目录下执行 : vi .bashrc # 在最后面加一行 HISTTIMEFORMAT="%F %T"
然后 [root@centos7 ~]# source .bashrc
最后执行一下history
还可以用以下方式
[root@centos8 ~]# export HISTTIMEFORMAT=' "%F %T" ' >> .bashrc
[root@centos8 ~]# source .bashrc
[root@centos8 ~]# history
1 "2022-03-03 09:31:42" ip a
2 "2022-03-03 09:31:42" ip a
3 "2022-03-03 09:31:42" cd /etc/sysconfig/network-scripts/