标签:地方 命令 etc 开始 令行 input shutdown down bashrc
首先是命令行的
vim /etc/inputrc
然后将set bell-style none前面的#删掉
:wq 保存退出
然后是vim的
vim /etc/bashrc
在开始的地方加上一句 setterm -blength 0
:wq
保存退出
然后
shutdown -r now
重启即可
标签:地方 命令 etc 开始 令行 input shutdown down bashrc
原文地址:https://www.cnblogs.com/winnershuai/p/12556170.html