Hello,
My /etc/passwd is as follows:
I noticed that bash auto-completion doesn't work when logging in as the toor user.
However, if I start a new bash sub-process after logging in as either root or toor, auto-completion works as expected.
Why is that?
My /etc/passwd is as follows:
Code:
root:*:0:0:Charlie &:/root:/bin/csh
toor:*:0:0:Bourne-again Superuser:/root:/usr/local/bin/bash
However, if I start a new bash sub-process after logging in as either root or toor, auto-completion works as expected.
Why is that?