entering password impossible/ passwoord kan niet worden ingegeven

Asked by Ranger9435

na/after sudo mkdir /media/Windows:
[sudo] password for robert :

when asked for password, the prompt doesn't move, entering password is impossible
ik kan geen paswoord ingeven, de prompt blijft geblokkeerd ter plaatse

Question information

Language:
Dutch Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
wojox
Solved:
Last query:
Last reply:
Revision history for this message
Ranger9435 (george-ahearn-gmail) said :
#1

Please help

Revision history for this message
Simon Déziel (sdeziel) said :
#2

You have to change the variable PS1. This variable is defined in ~/.bashrc.

Revision history for this message
Ranger01 (george-ahearn) said :
#3

In ~/.bashrc the variable PS1 does not contain the current command prompt.
Rather it contains: PS1='${debian_chroot.......

2009/10/16 Simon Déziel <email address hidden>

> Your question #86051 on gnome-terminal in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/86051
>
> Status: Open => Answered
>
> Simon Déziel proposed the following answer:
> You have to change the variable PS1. This variable is defined in
> ~/.bashrc.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/86051/+confirm?answer_id=1
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/86051
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Best wojox (wojox) said :
#4

Add this to the end of the file in .bashrc in home directory:

PS1="\u@\h:\w/ > "

Revision history for this message
Ranger9435 (george-ahearn-gmail) said :
#5

Thanks wojox, that solved my question.