Go2Linux | Linux Operating System

A site dedicated to: Linux Operating System

Disable the system beep (bell)

Date: 2010-04-21 00:00:00 -0400

To disable the system bell or beep on Linux, at least the tab completion, and the back space bell. Edit the file /etc/inputrc (as root) and add this line.

set bell-style none

Do that if you want to be a system wide setup.

If you want it only for some user session or for your own session.

Edit the file ~/.inputrc

and there add the line.

set bell-style none

If you liked this article please share it.

powered by TinyLetter

If you want to contact me in any other way, please use the contact page.