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

Comments are closed.