Clean up Linux history

Login history:

sudo -i
echo > / var / log / wtmp
echo > / var / log / btmp

Terminal command history:

history -c

or

echo > ~ /. bash_history

source

Page top