Centos History execution time add command history

Centos History execution time add command history

In the / etc / profile add the following environment variables tail

 export HISTTIMEFORMAT='%F %T'

Execution environment variables to take effect

source /etc/profile

Test Results

[root@localhost network-scripts]# history 
  1 2019-12-06 13:57:01 free -m
  2 2019-12-06 13:57:32 cat /proc/cpuinfo
  3 2019-12-06 13:57:39 top
  4 2019-12-06 13:58:19 ll
  5 2019-12-06 13:58:27 cd /etc/sysconfig/network-scripts/
  6 2019-12-06 13:58:27 ls
  7 2019-12-06 13:58:28 ll
  8 2019-12-06 13:58:41 ip addr
  9 2019-12-06 13:58:46 vim ifcfg-em1
  10 2019-12-06 13:58:51 yum install vim -y
  11 2019-12-06 14:01:23 history
  12 2019-12-06 14:04:15 vim /etc/profile
  13 2019-12-06 14:04:48 source /etc/profile
  14 2019-12-06 14:04:50 history
  15 2019-12-06 14:05:13 vim /etc/profile
  2019-12-06 14:05:22 Source 16 / etc / Profile
  . 17 2019-12-06 14:05:23 History
[Network-scripts the root @ localhost] #
# command interval may be adjusted when defining their own environment variables



Guess you like

Origin www.cnblogs.com/yan6996/p/11996193.html