欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

linux下查詢history操作時間的方法

  發(fā)布時間:2014-04-23 00:10:26   作者:佚名   我要評論
linux系統(tǒng)中如何查看history操作時間?這里分享下具體的實現方法,有需要的朋友可以參考下

要在linux操作系統(tǒng)中查看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

相關文章

最新評論