我不知道我该怎么做...我使用的是 Ubuntu 12.04。
答案1
在终端中运行以下命令:
chsh -s /bin/bash
需要注销并重新登录。
答案2
你也可以这样做
sudo usermod -s <shell> <username>
shell :您想要的shell。
用户名:您的用户名
我不知道我该怎么做...我使用的是 Ubuntu 12.04。
在终端中运行以下命令:
chsh -s /bin/bash
需要注销并重新登录。
你也可以这样做
sudo usermod -s <shell> <username>
shell :您想要的shell。
用户名:您的用户名