Centos 6.5 HISTSIZE更改

经过 更改 /etc/profile 中的HISTSIZE值,改完以后,执行source /etc/profile  和echo $HISTSIZE,结果仍是以前的HISTSIZE值,html 解决办法:执行sed -i "s/HISTSIZE=1000/HISTSIZE=10/" /etc/profile设置成功;而后执行source /etc/profile当即生效,成功post 记录一下。c
相关文章
相关标签/搜索