码迷,mamicode.com
首页 > 其他好文 > 详细

历史文件换一个位置

时间:2019-05-21 09:23:59      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:host   local   user   var   exp   histfile   chmod   The   sts   

history
USER=root
USER_IP=x.x.x.x
if [ "" = "" ]; then
USER_IP=localhost
fi
if [ ! -d /var/log/history ]; then
mkdir /var/log/history
chmod 777 /var/log/history
fi
if [ ! -d /var/log/history/root ]; then
mkdir /var/log/history/root
chmod 300 /var/log/history/root
fi
export HISTSIZE=4096
DT=20180917_11:10:59
export HISTFILE="/var/log/history/root/root@_"
chmod 600 /var/log/history/root/*history* 2>/dev/null

历史文件换一个位置

标签:host   local   user   var   exp   histfile   chmod   The   sts   

原文地址:https://www.cnblogs.com/gaoyuechen/p/10897816.html

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