猿问
回到首页
个人中心
反馈问题
注册登录
下载APP
首页
课程
实战
体系课
手记
专栏
慕课教程
请教下能不能不要让终端记录的操作啊
终端运行每个命令都会记录下来,每次运行以后,运行history都能看到运行记录。
犯罪嫌疑人X
浏览 138
回答 3
3回答
动漫人物
修改 /etc/profile 文件中的 HISTSIZE=1000 ,将1000改为0
0
0
0
慕田峪9158850
有很多方法,我知道的比较方便的有ln -s /dev/null ~/.bash_history或者$ unset HISTFILE
0
0
0
慕姐4208626
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
0
0
0
打开App,查看更多内容
随时随地看视频
慕课网APP
相关问题
centos7里没有locate命令,请问在哪里有centos6.5的镜像文件?
2 回答
相关分类
Linux
linux
2 回答
centos7里没有locate命令,请问在哪里有centos6.5的镜像文件?
2 回答
继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续