Part of my password contains numbers and uppercase letters. How can I know that I am correctly typing my password in a terminal when invoking sudo?
I am not very computer literate, so I would appreciate a simple explanation.
|
Part of my password contains numbers and uppercase letters. How can I know that I am correctly typing my password in a terminal when invoking I am not very computer literate, so I would appreciate a simple explanation. |
||||
|
Changing case and adding numbers or other characters makes a password much more secure. While it requires more care when entering it is done in exactly the same way as you enter it anywhere else in the system: using the shift key to enter capitals or special characters as required. Terminal and most text-based password verifiers will not echo any keystrokes however, and this causes some confusion. Just type the password as would normally with no errors and press enter. Nothing whatsoever will appear on the screen while you are doing this. |
|||
|
|
|
Having numbers and upper-case characters, or any other ASCII character for that matter, has no bearing whatsoever on whether or not The only practical difference between the |
|||
|
|
|
If you are using |
||||
|
returnif the password is wrongsudowill tell you to try again and if it is correct the command will execute. Hope that helps. – nikhil Dec 12 '12 at 19:40