Make Password Asterisks Visible In Your Mac Or Linux Terminal

Make Password Asterisks Visible In Your Mac Or Linux Terminal

When you run a command with sudo in Linux, the terminal prompts you to type in your password — and doesn’t give you any visual feedback. Here’s a quick tweak that will bring back those familiar asterisks when you type in your password.

I’m a fast typer, so when I mess up my password, I have to start over from scratch. With asterisks, it’s a lot easier — and seeing as no one’s looking over my shoulder in my home office, it doesn’t matter how obscured my password is. To bring back those asterisks:

  1. Run the following command in a Terminal:
    sudo visudo
  2. Scroll down to the line that looks like this (note that Mac users may have to learn a few vi commands):
    Defaults env_reset

    and change it to this:

    Defaults env_reset,pwfeedback
  3. Press Ctrl+X to finish editing, Y to save changes, and Enter to exit if you’re on Ubuntu. Other Linux distros may have different commands depending on the default editor. Mac users, for example, use vi, and will have to type :wq and press Enter to exit).

Now, when you run a command with sudo, you should get visual feedback when you type in your password. This should work in all versions of Ubuntu after version 10.04, as well as many other versions of Linux. We also tested it on a Mac running OS X 10.8 Mountain Lion. Check out the link below for more ways to tweak how sudo works.

Sudoers [Ubuntu Documentation]


The Cheapest NBN 50 Plans

Here are the cheapest plans available for Australia’s most popular NBN speed tier.

At Lifehacker, we independently select and write about stuff we love and think you'll like too. We have affiliate and advertising partnerships, which means we may collect a share of sales or other compensation from the links on this page. BTW – prices are accurate and items in stock at the time of posting.

Comments


8 responses to “Make Password Asterisks Visible In Your Mac Or Linux Terminal”