Created
November 18, 2019 14:22
-
-
Save linuxfemale/9cb1465ee0b598e4f37e1b9c37bdc846 to your computer and use it in GitHub Desktop.
How to display Asterisks(*) when you type Password in Linux Terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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