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