Linux——清除history的记录

前言

清除记录

步骤

##清除用户操作历史记录 
# echo > .bash_history 

##清除所有历史
# history -cw 
原文地址:https://www.cnblogs.com/wangyang0210/p/13410740.html