Beep once: echo -e "\a" Beep repeatedly (useful in case you run a job and want to be notified when done while you stepped away but not far): while true; do echo -e "\a"; sleep 5; done In Putty, make sure to change "Action to happen when a bell occurs" to "Make default system alert sound" (or "Beep using the PC speaker").