linux下查询history操作时间的教程

2017-05-31

Linux系统的裁减的目的就是建立一个在特定的嵌入式环境下与需求相匹配的嵌入式Linux系统。接下来是小编为大家收集的linux下查询history操作时间的教程,希望能帮到大家。

linux下查询history操作时间的教程

1,修改/etc/profile文件,在末尾添加:export histtimeformat=”%f %t `whoami` ”

2,或在用户目录下,修改文件 .bash_profile,添加export histtimeformat=”%f %t `whoami` ”

退出终端,重新登录。

例,查看history操作时间:

复制代码

代码如下:

[root@jb51 ~]$ history | tail

989 2013-06-24 19:06:04 admin vi .bash_profile

990 2013-06-24 22:06:03 admin ll

991 2013-06-24 22:06:09 admin vi .bash_profile

992 2013-06-24 22:06:18 admin ll -ag

993 2013-06-24 22:06:55 admin history | tail

994 2013-06-24 22:07:11 admin vi .bash_profile

995 2013-06-24 22:07:24 admin history | tail

996 2013-06-24 22:07:32 admin eixt

997 2013-06-24 22:07:35 admin exit

998 2013-06-24 22:07:41 admin history | tail

看了“linux下查询history操作时间的教程”还想看:

1.Linux系统查看当前时间的命令

2.Linux中如何使用history命令

3.Linux中history命令怎么用

4.linux 显示系统时间命令

5.Linux系统怎么查看最后重启时间

更多相关阅读

最新发布的文章