Archive for December, 2014

Cancellare history Centos

Per cancellare in modo definitivo l’history:

cat /dev/null > ~/.bash_history && history -c && exit

oppure

cat /dev/null > ~/.bash_history && history -c && shutdown -h now