Bash prompt doesn't print until I interact with console again
Posted
by
durron597
on Ask Ubuntu
See other posts from Ask Ubuntu
or by durron597
Published on 2013-10-24T15:36:20Z
Indexed on
2013/10/24
16:10 UTC
Read the original article
Hit count: 485
I don't even know where to begin to diagnose this one. Usually, when a command finishes, the prompt prints itself for the next command. However, that is not happening. Hard to explain with words, I'll just use an example:
User@Machine:~$ cp /mnt/mountname/directory/textfile.txt .
After waiting several seconds (far too long for this operation on a small file) I press Enter
, and see:
User@Machine:~$ cp /mnt/mountname/directory/textfile.txt .
User@Machine:~$
User@Machine:~$
So clearly the operation had finished, but the prompt didn't display... until I pressed enter, and then BOTH prompts instantly displayed.
This error does not happen with commands like cd
.
© Ask Ubuntu or respective owner