The file ~/.bash_history holds the history.
To clear the bash history completely on the server, open terminal and type:
cat /dev/null > ~/.bash_history && history -c && exit
The file ~/.bash_history holds the history.
To clear the bash history completely on the server, open terminal and type:
cat /dev/null > ~/.bash_history && history -c && exit