====== Linux - Sudo - Sudoers - Show Custom Message When You Enter Wrong sudo Password ====== When a user enters a wrong password, a certain message is displayed on the command line. The default message is **sorry, try again**, but this can be modified using the **badpass_message** parameter as follows: Defaults badpass_message="Password is wrong, please try again"