Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I am curious to know why the password characters(special characters) are not echoed when we login to the system via a terminal.

But we can see the password characters(special characters) while we login to the system via GUI.

The only reason i can think of is that the total number of characters in my password wouldn't be revealed to someone who's spying over my system/password.

Any suggestions/ides?

share|improve this question

1 Answer

up vote 1 down vote accepted

One possible explanation is that command line logins have been around for much longer than GUIs. I think the dots that replace characters are a relatively new idea that have been implemented in GUIs. On the command line, however, nothing was originally shown and it has stayed this way over the years.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.