清除记录
步骤
##清除用户操作历史记录
# echo > .bash_history
##清除所有历史
# history -cw
清除记录
##清除用户操作历史记录
# echo > .bash_history
##清除所有历史
# history -cw
相关文章: