{{tag>Console}} # How to disable system beep for non-privileged user Source https://unix.stackexchange.com/questions/2381/how-to-disable-system-beep-for-non-privileged-user ~~~bash echo "set bell-style none" >> ~/.inputrc ~~~ ou ~~~bash export LESS="$LESS"' -q' ~~~