首页 > 其他 > 详细

为history历史命令记录添加上执行时间

时间:2015-08-14 19:24:25      阅读:97      评论:0      收藏:0      [点我收藏+]

设置方法:

#export HISTTIMEFORMAT="`whoami` | %F %T | "

#echo ‘export HISTTIMEFORMAT="`whoami` | %F %T | "‘ >> /etc/profile

#. /etc/profile


效果如下:

# history

 ......

 1047  root | 2015-08-14 17:38:54 | ulimit -a

 1048  root | 2015-08-14 17:45:09 | cd

 1049  root | 2015-08-14 17:45:11 | history 

 1050  root | 2015-08-14 17:45:41 | ansible Player -m ping

 1051  root | 2015-08-14 17:48:59 | ansible Player -m shell -a "ifconfig eth0"

 1052  root | 2015-08-14 17:49:25 | ansible Player -a "ntpdate ntp.api.bz"

 1053  root | 2015-08-14 17:49:39 | history 


为history历史命令记录添加上执行时间

原文:http://relearn.blog.51cto.com/2605709/1684748

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!