Results 1 to 2 of 2
Probably been asked many time before but how do I make it that when I'm typing a password at the console it shows and asterisk for each letter I type.
...
- 02-05-2006 #1
Show '*' when typing password
Probably been asked many time before but how do I make it that when I'm typing a password at the console it shows and asterisk for each letter I type.
I'm having a few problems with my wireless keyboard and I have no idea how many key presses the PC has picked up.
If it makes a differnce Im using Arch Linux
- 02-05-2006 #2Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
While I do not know the answer to your question, I can point you in the right direction. The program you are dealing with is called getty. Echoing asterisks may simply not be a feature in the version of getty you are using. Check the documentation by doing
Code:$ man getty


Reply With Quote
