操作系统:CentOS
生产环境要求不超过6条历史记录,终端超时为6分钟。
操作步骤如下:
[sky@sky9896 ~]$ echo "export TMOUT=600" >> /etc/profile
-bash: /etc/profile: 权限不够
[sky@sky9896 ~]$ su - root
密码:
[root@sky9896 ~]# echo "exportTMOUT=600">> /etc/profile # 永久生效
[root@sky9896 ~]# export HISTSIZE=6 #6条优化记录 #当前环境有效
[root@sky9896 ~]# echo ‘HISTSIZE=6‘ >>/etc/profile #永久生效
[root@sky9896 ~]# source /etc/profile
本文出自 “Linux~DBA~MBA~EDU” 博客,请务必保留此出处http://sky9896.blog.51cto.com/2330653/1678489
原文地址:http://sky9896.blog.51cto.com/2330653/1678489