Posts Tagged ‘Increase Bash History Size’

Increase Bash History Size

June 10th, 2021, posted in Solaris
Share

Add A User From The Command Line In Solaris,Add A User From The Command Line In Solaris 10,Add A User From The Command Line, In Solaris10 ,Add A User ,The Command Line In Solaris10,The Command Line In Solaris,solaris 10,

Add this to your .profile or .bash_profile to increase the history size to 10000

export HISTFILESIZE=10000

Share