Sudo Prompt

Custom Sudo Prompt


I don't like the default sudo prompt for Fedora, sudo password for glenn:. I want it to read Password:. To accomplish this I edit the file .bash_profile and add two lines to the bottom of the file.

SUDO_PROMPT="Password: "
export SUDO_PROMPT

A reboot seems necessary, or maybe just logging out and back in. Now the prompt is set to my liking.


Return home

Sudo Prompt (last edited 2009-10-30 09:10:36 by GlennJohnson)