Linux在history上添加时间和用户等参数的方法(图)

原标题:”Linux在history上添加时间和用户等参数的方法”相关电脑问题教程分享。 – 来源:路由器之家。众所周知,Linux系统下可以使用history命令来查看指令的历史记录。为了提高hi

亲,以下就是关于(Linux在history上添加时间和用户等参数的方法(图)),由“路由器之家”整理!

Linux在history上添加时间和用户等参数的方法(图)

原标题:"Linux在history上添加时间和用户等参数的方法"相关电脑问题教程分享。 – 来源:路由器之家。

  众所周知,Linux系统下可以使用history命令来查看指令的历史记录。为了提高history命令的效率,还可以在history命令加上一些参数,比如时间、用户和IP等等参数。那么如何在history上添加这些参数呢?想必很多用户都想知道,下面跟随路由器之家小编一起来看看Linux在history上添加时间和用户等参数的方法。

Linux系统

Linux系统

  1.设置显示时间和用户:

  echo ‘export HISTTIMEFORMAT=“%F %T `whoami` ”’ 》》 /etc/profile

  执行source生效:

  source /etc/profile

  查看结果:

  history

  1852 2016-01-11 16:24:52 xubo hs

  1853 2016-01-11 16:24:53 xubo ls

  1854 2016-01-11 16:24:56 xubo history

  1855 2016-01-11 16:25:02 xubo history –help

  1856 2016-01-11 16:26:35 xubo vi /etc/profile

  1857 2016-01-11 16:27:27 xubo echo ‘export HISTTIMEFORMAT=“%F %T `whoami` ”’ 》》 /etc/profile

  1858 2016-01-11 16:27:29 xubo vi /etc/profile

  1859 2016-01-11 16:27:42 xubo source /etc/profile

  1860 2016-01-11 16:27:46 xubo history

  1861 2016-01-11 16:27:59 xubo ls

  1862 2016-01-11 16:28:01 xubo history

  1863 2016-01-11 16:31:00 xubo clear

  1864 2016-01-11 16:31:02 xubo history

  2.只看到自己的操作记录(时间,用户,ip名):

  USER_IP=`who -u am i 2》/dev/null| awk ‘{print $NF}’|sed -e ‘s/[()]//g’`

  xport HISTTIMEFORMAT=“[%F %T][`whoami`][${USER_IP}] ”

  执行source生效:

  source /etc/profile

  查看结果:

  hadoop@Master:~$ history

  1002 [2016-01-11 16:47:37][hadoop][host-e-150.ustcsz.edu.cn] cd 。。/

  1003 [2016-01-11 16:47:37][hadoop][host-e-150.ustcsz.edu.cn] du -h –max-depth=1

  1004 [2016-01-11 16:47:37][hadoop][host-e-150.ustcsz.edu.cn] du -h –max-depth=2

  1005 [2016-01-11 16:47:37][hadoop][host-e-150.ustcsz.edu.cn] sudo find /* -name pokec-relationships

  1006 [2016-01-11 16:47:37][hadoop][host-e-150.ustcsz.edu.cn] sudo find /* -name pokec

  1007 [2016-01-11 16:47:37][hadoop][host-e-150.ustcsz.edu.cn] sudo find /* -name kddcup

  1008 [2016-01-11 16:47:37][hadoop][host-e-150.ustcsz.edu.cn] sudo find /* -name kddcup*

  1009 [2016-01-11 16:47:37][hadoop][host-e-150.ustcsz.edu.cn] sudo find /* -name *kddcup*

  3.将history记录到log:

  #export HISTTIMEFORMAT=“%F %T $USER_IP:`whoami` ”

  #export HISTTIMEFORMAT=“%F %T $USER_IP:`whoami` ”

  USER_IP=`who -u am i 2》/dev/null| awk ‘{print $NF}’|sed -e ‘s/[()]//g’`

  export HISTTIMEFORMAT=“[%F %T][`whoami`][${USER_IP}] ”

  #history

  LOGIP=`who -u am i 2》/dev/null| awk ‘{print $NF}’|sed -e ‘s/[()]//g’`

  LOG_DIR=/var/log/history

  if [ -z $LOGIP ]

  then

  LOGIP=`hostname`

  fi

  if [ ! -d $LOG_DIR ]

  then

  mkdir -p $LOG_DIR

  chmod 777 $LOG_DIR

  fi

  if [ ! -d $LOG_DIR/${LOGNAME} ]

  then

  mkdir -p $LOG_DIR/${LOGNAME}

  chmod 777 $LOG_DIR/${LOGNAME}

  fi

  export HISTSIZE=4096

  LOGTM=`date +“%Y%m%d_%H%M%S”`

  export HISTFILE=“$LOG_DIR/${LOGNAME}/${LOGIP}-$LOGTM”

  chmod 777 $LOG_DIR/${LOGNAME}/*-* 2》/dev/null

  运行结果:

  root@xubo:/media/xubo/My Passport/gene_data/1000genomes# ls /var/log/history/root/

  host-e-150.ustcsz.edu.cn-20160111_171845 host-e-150.ustcsz.edu.cn-20160111_172719 host-e-213.ustcsz.edu.cn-20160111_202047

  root@xubo:/media/xubo/My Passport/gene_data/1000genomes# vi /var/log/history/root/host-e-213.ustcsz.edu.cn-20160111_202047

  #1452514808

  ls root/

  #1452514818

  history

  #1452514847

  source /etc/profile

  #1452514848

  history

  #1452514860

  ls root/

  #1452514861

  ls

  #1452514863

  cd root/

  #1452514864

  ls

  #1452514866

  exit

  以上就是Linux在history上添加时间和用户等参数的方法

  相关内容推荐:

  修改Linux系统Shell脚本输出文字的颜色的方法

以上就是关于-常见问题-(Linux在history上添加时间和用户等参数的方法(图))的教程!

本文来自投稿,不代表路由百科立场,如若转载,请注明出处:https://www.qh4321.com/114682.html

(0)

相关推荐

  • win10玩英雄联盟卡顿怎么办

    路由器网投稿:文章是关于”win10玩英雄联盟卡顿怎么办”的相关知识分享,希望可以帮到大家。 – 素材来源网络 编辑:小易。 我们在更新安装了w…

    2022年8月24日
    41
  • 手机能连到无线WIFI信号但是不能上网怎么办

    刚刚下车,接到朋友的电话,很急很急。在家里无线WIFI信号满格,就是打不开微信,上不了网。家里的手机信号也不好,还是在楼下给我打的电话,在家里,全靠微信与人联系。我给他解释,如何一步一步的操作。过了

    2020年5月30日
    4.7K
  • 路由器长期开着费电吗(图文)

    【导读】路由器长期开着费电吗,下面就是路由器之家整理的网络知识百科,来看看吧!大家好,我是191路由器网小编,上述问题将由我为大家讲解。路由器长期开着是不费电的,功率很小,所以一直开着也不会用什么电

    2021年8月10日
    156
  • 玩cf屏幕两边有黑边怎么调

    路由器网投稿:文章是关于”玩cf屏幕两边有黑边怎么调”的相关知识分享,希望可以帮到大家。 – 素材来源网络 编辑:小易。 很多的用户们在玩CF游…

    2022年9月28日
    29
  • Win7系统计划任务开启计划任务操作方法

    原标题:”Win7系统计划任务在哪里?如何开启计划任务功能?”相关电脑问题教程分享。 – 来源:路由器之家。如何使用Win7系统的计划任务呢?怎么设置Win7系统自带的计划任务功能?本将介绍如何找到

    2021年8月5日
    54
  • 电脑忘记密码怎么办 怎样跳过电脑开机密码

    原标题:”电脑忘记密码怎么办,电脑密码忘了怎么解除”关于电脑问题教程分享。 – 来源:路由器之家 – 编辑:小元。许多用户为了安全考虑,会给自己电脑设置开机密码,但是有些用户设置的密码太复杂,容易忘

    2021年7月16日
    276