> For the complete documentation index, see [llms.txt](https://applezu.netdpi.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://applezu.netdpi.net/02-linux-xi-tong-cao-zuo/turn-off-beep-in-linux-system.md).

# 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"
