linux系统history命令分IP存储改造
命令如下:
在最后添加一条命令
效果
[root@localhost ~]# ls -all /root/ | grep bash
-rw------- 1 root root 25097 12-31 14:18 .bash_history
-rw------- 1 root root 472 12-31 14:20 .bash_history_172.18.5.153
-rw-r--r-- 1 root root 24 2007-01-06 .bash_logout
-rw-r--r-- 1 root root 191 2007-01-06 .bash_profile
-rw-r--r-- 1 root root 272 12-31 14:22 .bashrc
vi /root/.bashrc
在最后添加一条命令
HISTFILE=.bash_history_$(w | grep `ps|grep ps|awk '{print $2}'`|awk '{print $3}')
效果
[root@localhost ~]# ls -all /root/ | grep bash
-rw------- 1 root root 25097 12-31 14:18 .bash_history
-rw------- 1 root root 472 12-31 14:20 .bash_history_172.18.5.153
-rw-r--r-- 1 root root 24 2007-01-06 .bash_logout
-rw-r--r-- 1 root root 191 2007-01-06 .bash_profile
-rw-r--r-- 1 root root 272 12-31 14:22 .bashrc