修改/etc/profile
[root@5201351 ~]# sed -i ‘s/^HISTSIZE=1000/HISTSIZE=200/‘ /etc/profile [root@5201351 ~]# source /etc/profile
修改centos history记录数上限
原文:https://www.cnblogs.com/faberbeta/p/linux-shell028.html