一 添加历史命令时间和用户
echo 'export HISTTIMEFORMAT="%F %T `whoami` "' >>/etc/profile
source /etc/profile
二 修改保存条数
sed -i s/HISTSIZE=.*/HISTSIZE=90000/g /etc/profile source /etc/profile
一 添加历史命令时间和用户
echo 'export HISTTIMEFORMAT="%F %T `whoami` "' >>/etc/profile
source /etc/profile
二 修改保存条数
sed -i s/HISTSIZE=.*/HISTSIZE=90000/g /etc/profile source /etc/profile