Dear all,
would you please help me out with my "issue" :-)? How do I "save" bash history on the small embedded boxes?
in Gaia you just have to edit /etc/bashrc the parameter export HISTFILESIZE=10000 and done.
But on the SMBs it's not the same...
I've found an old article but the "bash" history doesn't work:
echo $HISTFILE returns: /dev/null.
Use vi /pfrm2.0/etc/bashrc and change the specific line to export HISTFILE=$HOME/.bash_history
After this change exit the session then login again and now you should get
echo $HISTFILE
//.bash_history
After I login again on to the box the history is empty.
Thank you!
KR
Rok