For the complete documentation index, see llms.txt. This page is also available as Markdown.

Turn off beep in Linux system

For Xwindow Terminal $ xset b off

For console

add this line to ~/.bashrc setterm -blength 0

Turn off the beep in BASH

Enable this line in /etc/inputrc: "set bell-style none"

Last updated