Loading... 在Linux系统的终端中,通常会保存一些敏感的命令记录,使用 history -c 命令行清除历史命令记录。 <!--more--> 但在有些系统版本是不会把 .bash_history 里的所有历史命令清除掉的。当再次打开终端时,使用history命令还是会看到历史命令记录,无法彻底清空。 这里提出一种方法,可以彻底清空,只需要2步: # 第一步: 删除 .bash_history 文件 rm -rf ~/.bash_history # 第二步: 清空命令历史记录 history -c Last modification:May 15, 2020 © Allow specification reprint Support Appreciate the author Like 如果觉得我的文章对你有用,请随意赞赏