Saturday, April 20, 2019

Clear bash_history permanently

Run below command to clear the bash history of a user permanently.

Login to the user account and run below command.

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

***

No comments:

Post a Comment