Bash Scripting - User Input
Why does the
read -s command not display input characters, and what happens internally when you use it?read -s command not display input characters, and what happens internally when you use it?-s disables echo temporarily, so input is hidden but still read and stored.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions