Warning sound on Ubuntu Terminal

Asked by Shaan

Whenever i hit the back button while working on the Ubuntu terminal, the warning sound irritates me much. Is there any way so that i can turn off this sound.It seems to be generated from the system.
Thanks very much

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Francisco Athens
Solved:
Last query:
Last reply:
Revision history for this message
Best Francisco Athens (freelikegnu) said :
#1

try

sudo rmmod pcspkr

if that works then you can blacklist in by putting at the end:

blacklist pcspkr

in /etc/modprobe.d/blacklist

Revision history for this message
Vaida Bogdan (vaidab) said :
#2

I'd recomment a not so drastic measure that doesn't need root access:

1. start the terminal (I assume you're referring to
2. go to Edit->Profiles
3. choose your profile (probably Default) and press Edit
4. in General uncheck "Terminall bell"

Revision history for this message
Shaan (shaan-scit) said :
#3

Thanks Francisco Athens, that solved my question.