Skip to content

Instantly share code, notes, and snippets.

@zGrav
Created February 8, 2018 17:58
Show Gist options
  • Save zGrav/ebc4091be9e698993d4f0bb23aad582e to your computer and use it in GitHub Desktop.
Save zGrav/ebc4091be9e698993d4f0bb23aad582e to your computer and use it in GitHub Desktop.
clear lastlog and bash_history
cat /dev/null > /var/log/lastlog && cat /dev/null > ~/.bash_history && history -c && exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment