06 2025 档案

摘要:1. 清除当前会话的历史记录(内存) history -c 2. 阻止历史写入文件 unset HISTFILE 3. 删除历史文件 rm -f ~/.bash_history 如果是root用户,在执行 rm -f /root/.bash_history 阅读全文
posted @ 2025-06-17 22:58 不忘初心2021 阅读(19) 评论(0) 推荐(0)