终端运行每个命令都会记录下来,每次运行以后,运行history都能看到运行记录。
3 回答
慕姐4208626
TA贡献1852条经验 获得超7个赞
if grep "unset HISTFILE" /etc/profile >/dev/null 2>&1 then find / -iname '*.bash_history' -type f -exec rm -f {} \; else echo "unset HISTFILE" >> /etc/profile find / -iname '*.bash_history' -type f -exec rm -f {} \; fi
- 3 回答
- 0 关注
- 137 浏览
添加回答
举报
0/150
提交
取消