Pages - Menu

Monday, October 31, 2011

Increase History Size in linux (centos)

Go to

 

#vim /etc/profile

Edit

HIST SIZE=1000

 

1 comment:

  1. sed -in '/HISTSIZE=/s/HISTSIZE=.*/HISTSIZE=30000/' /etc/profile

    ReplyDelete