码迷,mamicode.com
首页 > 系统相关 > 详细

Linux开启同步history记录到指定文件

时间:2019-10-13 20:57:07      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:nod   同步   指定   man   tmp   his   mod   comm   read   

[root@node1 tmp]# vi /etc/profile

export PROMPT_COMMAND=‘{ msg=$(history 1 | { read x y; echo $y; });echo  "[euid=$(whoami)]":$(who am i):[`pwd`]#"$msg" >>/tmp/history_cmd.log; }‘

[root@node1 tmp]# .  /etc/profile

[root@node1 tmp]# chmod 777  history_cmd.log 

[root@node1 tmp]# chattr  +a  history_cmd.log 

Linux开启同步history记录到指定文件

标签:nod   同步   指定   man   tmp   his   mod   comm   read   

原文地址:https://www.cnblogs.com/qqran/p/11668105.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!