linux下查询history操作时间的方法
要在linux操作系统中查看history记录的操作时间,可以按如下步骤实现:1,修改/etc/profile文件,在末尾添加:export histtimeformat=”%f %t `whoami` ”2,或在用户目录下,修改文件 .bash_profile,添加export histtimeformat=”%f %t `whoami` ”退出终端,重新登录。例,查看history操作时间:复制代码代码如...