Understanding Why Terminal Doesn’t Let You Type a Password
Sometimes you need to enter a password into the terminal, usually for sudo or su commands, which lets users execute a command with super user privileges. This is fairly typical for allowing access to read or modify something that would otherwise not be possible with a standard user account. You’ll commonly see sudo prefixing another command, looking something like “sudo nano /etc/hosts“. Though most of the command line and sudo is generally only appropriate for advanced users, occasionally more casual computer users may need to turn to the Terminal, perhaps to enable a feature, modify a system file, or even for troubleshooting purposes. For novice users who wind up at the command line, a very common question occurs with entering passwords into the Terminal, almost always related to sudo and the apparent inability to type a password into the command line of Mac OS X (or Linux for that matter).