리눅스 CLI에서 소리 끄기
setterm -blength 0
소리작게
setterm -bfreq 10
setterm은 linux 터미널을 셋팅하는 명령어로 인자값에 따라 다양한 설정이 가능해 보인다.
-blength [0-2000]
Sets the bell duration in milliseconds. Without an argument, defaults to 0.
-bfreq [freqnumber]
Sets the bell frequency in Hz. Without an argument, defaults to 0.
본문 출처 : https://hoing.io/archives/172
setterm 명령어 참고 : https://linux.die.net/man/1/setterm