博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
设置linux查看历史命令显示执行时间【history】
阅读量:5923 次
发布时间:2019-06-19

本文共 1049 字,大约阅读时间需要 3 分钟。

hot3.png

[root@iZwz90n2a7lzpav1xsdmiqZ ~]# vim /etc/profile

添加至末尾行

export HISTTIMEFORMAT="%Y-%m-%d %H:%M:%S  "

重载配置

[root@iZwz90n2a7lzpav1xsdmiqZ ~]# source /etc/profile

查看结果

[root@iZwz90n2a7lzpav1xsdmiqZ ~]# history  988  2019-04-13 14:04:10  ls  989  2019-04-13 14:04:10  su - shilvfei  990  2019-04-13 14:04:10  ls  991  2019-04-13 14:04:10  cat /etc/group  992  2019-04-13 14:04:10  groupadd dev  993  2019-04-13 14:04:10  usermod -G dev shilvfei  994  2019-04-13 14:04:10  env  995  2019-04-13 14:04:10  su - shilvfei  996  2019-04-13 14:04:10  ls  997  2019-04-13 14:04:10  cat /etc/group  998  2019-04-13 14:04:10  groupadd lamp1  999  2019-04-13 14:04:10  grep "lamp1" /etc/passwd 1000  2019-04-13 14:04:10  grep "shilvfei" /etc/passwd 1001  2019-04-13 14:04:11  ls 1002  2019-04-13 14:04:16  vim /etc/profile 1003  2019-04-13 14:04:38  source /etc/profile 1004  2019-04-13 14:04:39  ls 1005  2019-04-13 14:04:42  history 1006  2019-04-13 14:06:42  vim /etc/profile 1007  2019-04-13 14:08:47  history

 

转载于:https://my.oschina.net/u/3568600/blog/3036348

你可能感兴趣的文章
$resource in AngularJS
查看>>
初探django-使用uwsgi+supervisor+nginx来部署服务
查看>>
java虚拟机学习笔记 【1】
查看>>
DUBBO笔记
查看>>
nginx php上传大文件的设置(php-fpm)
查看>>
MySQL 运行状态监控方法
查看>>
Fedora 12 环境下Gtk+开发环境配置
查看>>
vs2008中在解决方案资源管理器查看当前打开文件
查看>>
ubuntu14.04 鼠标闪烁问题
查看>>
jQuery Lightbox(balupton版)图片展示插件demo
查看>>
Elasticsearch集群的简单搭建
查看>>
SCRT-SSH传输文件
查看>>
Python非常cool的svg格式chart生成库pygal
查看>>
Telnet部署与启动 windows&&linux
查看>>
行列式的乘法定理
查看>>
Java_Hbase Timeout issue
查看>>
有1000瓶水,3个瓶子可以再换1瓶,一共可以喝多少瓶?
查看>>
Search in Rotated Sorted Array ||
查看>>
matlab函数
查看>>
用群晖ds218play下载人人影视中的视频
查看>>