去掉linux 警告音

 linux下出错的时候,系统的扬声器会发出滴滴的声音。
 

可以通过下面的命令关掉它。


rmmod pcspkr

如果你想重新打开它,可以使用下面的方法。
modprobe pcspkr

当然,上面的方法只是临时起效,重新启动后beep依旧,彻底关掉beep的方法如下:

如果用的是bash作shell,在~/.bashrc的最后添加 
setterm -blength 0
xset -b

在 console 下: setterm -blength 0
在 X-win 的 terminal 下: xset -b

我用的xset -b很管用

你可能感兴趣的:(linux,职场,休闲,警告音)