第一种:
直接执行命令:
root@kali:~# sudo su
root@kai:~$ history -c
root@kai:~$ history -r
root@kai:~$ rm -f ~/.bash-history
root@kai:~$ exit
root@kai:~$ history
完成清除记录!
第二种:
root@kai:~# history -c
root@kai:~# reset
root@kai:~# tput reset
root@kai:~# rm-rf ./bash-history
root@kai:~# clear
网友评论