How to delete history linux
How to delete history completely in Linux
history -c /* clear history*/
history -w /* to write history in curent shell to write file*/
History file location
vi /root/.bash_history
Category: Tips for linux
How to delete history completely in Linux
history -c /* clear history*/
history -w /* to write history in curent shell to write file*/
History file location
vi /root/.bash_history
Category: Tips for linux