Centos History 命令历史记录添加执行时间
Centos History 命令历史记录添加执行时间
在/etc/profile尾部加入以下环境变量
export HISTTIMEFORMAT=‘%F %T‘
执行环境变量生效
source /etc/profile
测试结果
[ network-scripts]# history 2019-12-06 13:57:01 free -m 2019-12-06 13:57:32 cat /proc/cpuinfo 2019-12-06 13:57:39 top 2019-12-06 13:58:19 ll 2019-12-06 13:58:27 cd /etc/sysconfig/network-scripts/ 2019-12-06 13:58:27 ls 2019-12-06 13:58:28 ll 2019-12-06 13:58:41 ip addr 2019-12-06 13:58:46 vim ifcfg-em1 2019-12-06 13:58:51 yum install vim -y 2019-12-06 14:01:23 history 2019-12-06 14:04:15 vim /etc/profile 2019-12-06 14:04:48 source /etc/profile 2019-12-06 14:04:50 history 2019-12-06 14:05:13 vim /etc/profile 2019-12-06 14:05:22 source /etc/profile 2019-12-06 14:05:23 history [ network-scripts]# # 命令的间隔可以在定义环境变量时自已调整
相关推荐
renshuguo 2020-06-24
yuzhongdelei0 2020-06-13
Yyqingmofeige 2020-05-16
haohong 2020-04-08
tanyhuan 2020-03-01
kuwoyinlehe 2020-01-02
zlsh00 2019-12-29
81487308 2018-09-08
Aveiox 2018-06-11
80437700 2019-05-31
81427605 2019-05-21
89477009 2018-12-23
81487308 2019-09-04
84307063 2018-09-27
DBATips 2018-01-26
heroxsx 2013-02-23
zousongshan 2012-09-08
Andyshrk 2012-07-31
Kshine0 2012-07-17