linux下查詢(xún)history操作時(shí)間的教程
Linux系統(tǒng)的裁減的目的就是建立一個(gè)在特定的嵌入式環(huán)境下與需求相匹配的嵌入式Linux系統(tǒng)。接下來(lái)是小編為大家收集的linux下查詢(xún)history操作時(shí)間的教程,希望能幫到大家。
linux下查詢(xún)history操作時(shí)間的教程
1,修改/etc/profile文件,在末尾添加:export histtimeformat=”%f %t `whoami` ”
2,或在用戶(hù)目錄下,修改文件 .bash_profile,添加export histtimeformat=”%f %t `whoami` ”
退出終端,重新登錄。
例,查看history操作時(shí)間:
復(fù)制代碼
代碼如下:
[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下查詢(xún)history操作時(shí)間的教程”還想看: