Linux下清除history历史记录
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
Linux下清除history历史记录
在/etc/profile中将HISTSIZE=1000改为0或1执行rm -rf .bash_history清空historyhistory -c执行命令时不要把命令名称写入history文件,放入buffer中,退出时再一并写入,也可以调用history -w命令更新history文件
(网上好多说法都是history -c + history-w,但实际操作仅仅使用这两个命令只能清除当前状态下的history记录,重新登录后又可以看到历史记录)




A beautiful web dashboard for Linux
最近提交(Master分支:19 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)