Linux history 时间 用户 ip设置
在使用linux服务器的时候发生一些不知道谁操作的问题,google一下说history命令可以查看到历史记录,用过之后发现还是不够详细,再google,原来可以自己设置history的显示。
记录设置过程以备换系统用
1.用vi编辑器打开/etc/profile
2.加两句代码
USER_IP=`who -u am i 2>/dev/null| awk '{print $NF}'|sed -e 's/[()]//g'` export HISTTIMEFORMAT="[%F %T][`whoami`][${USER_IP}] "
3.source /etc/profile
4.执行history
显示如下:
1000 [2012-09-08 04:05:09][root][192.168.10.136] history
1001[2012-09-0804:14:24][root][192.168.10.136]cdroot
1002[2012-09-0804:14:27][root][192.168.10.136]ls
1003[2012-09-0804:14:30][root][192.168.10.136]cd/opt
相关推荐
renshuguo 2020-06-24
yuzhongdelei0 2020-06-13
Yyqingmofeige 2020-05-16
haohong 2020-04-08
tanyhuan 2020-03-01
kuwoyinlehe 2020-01-02
zlsh00 2019-12-29
85407718 2019-12-06
81487308 2018-09-08
Aveiox 2018-06-11
80437700 2019-05-31
81427605 2019-05-21
89477009 2018-12-23
81487308 2019-09-04
84307063 2018-09-27
DBATips 2018-01-26
heroxsx 2013-02-23
Andyshrk 2012-07-31
Kshine0 2012-07-17