Skip to content

Instantly share code, notes, and snippets.

@linuxfemale
Created November 18, 2019 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxfemale/9cb1465ee0b598e4f37e1b9c37bdc846 to your computer and use it in GitHub Desktop.
Save linuxfemale/9cb1465ee0b598e4f37e1b9c37bdc846 to your computer and use it in GitHub Desktop.
How to display Asterisks(*) when you type Password in Linux Terminal
sudo apt update
sudo /etc/sudoers /etc/sudoers.bk
sudo nano /etc/sudoers
# visudo
Defaults env_reset,pwfeedback
or
# visudo
Defaults pwfeedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment