What's wrong with the command prompt?
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
Something's wrong with my ubuntu. The command prompt suddenly changes from maixaolong@709-dl-server:~$
to something in the picture below. How can I fix this?
xubuntu
add a comment |Â
up vote
3
down vote
favorite
Something's wrong with my ubuntu. The command prompt suddenly changes from maixaolong@709-dl-server:~$
to something in the picture below. How can I fix this?
xubuntu
2
Did you change your login shell (perhaps tozsh
)?
â steeldriver
Sep 25 at 2:44
1
@steeldriver, Oh yes, someone changed the login shell to zsh, how can I set it back to bash?
â Chan mankong
Sep 25 at 2:52
@karel That looks like PuTTY, which would have a shell through SSH.
â Chai T. Rex
Sep 25 at 3:06
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
Something's wrong with my ubuntu. The command prompt suddenly changes from maixaolong@709-dl-server:~$
to something in the picture below. How can I fix this?
xubuntu
Something's wrong with my ubuntu. The command prompt suddenly changes from maixaolong@709-dl-server:~$
to something in the picture below. How can I fix this?
xubuntu
xubuntu
edited Sep 25 at 2:42
asked Sep 25 at 2:32
Chan mankong
184
184
2
Did you change your login shell (perhaps tozsh
)?
â steeldriver
Sep 25 at 2:44
1
@steeldriver, Oh yes, someone changed the login shell to zsh, how can I set it back to bash?
â Chan mankong
Sep 25 at 2:52
@karel That looks like PuTTY, which would have a shell through SSH.
â Chai T. Rex
Sep 25 at 3:06
add a comment |Â
2
Did you change your login shell (perhaps tozsh
)?
â steeldriver
Sep 25 at 2:44
1
@steeldriver, Oh yes, someone changed the login shell to zsh, how can I set it back to bash?
â Chan mankong
Sep 25 at 2:52
@karel That looks like PuTTY, which would have a shell through SSH.
â Chai T. Rex
Sep 25 at 3:06
2
2
Did you change your login shell (perhaps to
zsh
)?â steeldriver
Sep 25 at 2:44
Did you change your login shell (perhaps to
zsh
)?â steeldriver
Sep 25 at 2:44
1
1
@steeldriver, Oh yes, someone changed the login shell to zsh, how can I set it back to bash?
â Chan mankong
Sep 25 at 2:52
@steeldriver, Oh yes, someone changed the login shell to zsh, how can I set it back to bash?
â Chan mankong
Sep 25 at 2:52
@karel That looks like PuTTY, which would have a shell through SSH.
â Chai T. Rex
Sep 25 at 3:06
@karel That looks like PuTTY, which would have a shell through SSH.
â Chai T. Rex
Sep 25 at 3:06
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
6
down vote
accepted
To change your login shell back to Bash, run:
chsh -s /bin/bash $USER
Then log out and log back in.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
accepted
To change your login shell back to Bash, run:
chsh -s /bin/bash $USER
Then log out and log back in.
add a comment |Â
up vote
6
down vote
accepted
To change your login shell back to Bash, run:
chsh -s /bin/bash $USER
Then log out and log back in.
add a comment |Â
up vote
6
down vote
accepted
up vote
6
down vote
accepted
To change your login shell back to Bash, run:
chsh -s /bin/bash $USER
Then log out and log back in.
To change your login shell back to Bash, run:
chsh -s /bin/bash $USER
Then log out and log back in.
answered Sep 25 at 3:11
Chai T. Rex
3,81611132
3,81611132
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1078195%2fwhats-wrong-with-the-command-prompt%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
Did you change your login shell (perhaps to
zsh
)?â steeldriver
Sep 25 at 2:44
1
@steeldriver, Oh yes, someone changed the login shell to zsh, how can I set it back to bash?
â Chan mankong
Sep 25 at 2:52
@karel That looks like PuTTY, which would have a shell through SSH.
â Chai T. Rex
Sep 25 at 3:06