Often when I mistype a command such as ls (e.g. I hit ENTER before I type 's') there is a long (~2s) delay after the terminal displays:
bash: l: command not found...
I can understand the reasons for a similar delay after an incorrect password is entered, per Why is there a big delay after entering a wrong password?. But why delay after an unrecognized command? Does FAIL_DELAY
in /etc/login.defs
affect this also?
echo "$PROMPT_COMMAND"
output? – rozcietrzewiacz Nov 29 '11 at 19:28