Turn off or on password feedback in linux
Page 1 of 1
Turn off or on password feedback in linux
For Mint OS
To check status of pw feedback
Turning off pw feedback!
To turn on password feedback
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
another ver of linux may need this
This will work for some linux systems only! not all!!
To Re-enable PW Feedback
To check status of pw feedback
- Code:
sudo cat /etc/sudoers.d/0pwfeedback
Turning off pw feedback!
- Code:
echo 'Defaults !pwfeedback'|sudo tee /etc/sudoers.d/0pwfeedback
To turn on password feedback
- Code:
echo "Defaults pwfeedback"|sudo tee /etc/sudoers.d/0pwfeedback
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
another ver of linux may need this
- Code:
echo 'Defaults !pwfeedback'|sudo tee /etc/sudoers.d/9_no_pwfeedback
This will work for some linux systems only! not all!!
- Code:
sudo mv /etc/sudoers.d/pwfeedback /etc/sudoers.d/pwfeedback.disabled
To Re-enable PW Feedback
- Code:
sudo mv /etc/sudoers.d/pwfeedback.disabled /etc/sudoers.d/pwfeedback
Similar topics
» Lightbulb Disabling privacy-invasive Zeitgeist, Geoclue, Whoopsie (and NTPD) turn off spywhere on ubuntu linux
» Linux Mint Bash Password & Security Plus SHC & Compiling
» update linux password with terminal
» Change your root password on Kali Linux 2.0 for Security Reasons
» john the ripper password test for linux
» Linux Mint Bash Password & Security Plus SHC & Compiling
» update linux password with terminal
» Change your root password on Kali Linux 2.0 for Security Reasons
» john the ripper password test for linux
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum