Linux變更shell

來源:互聯網
上載者:User

題外話:最近出於嘗試,安裝並設定了倍受推薦的zsh,替換了預設的bash,用了一段時間,發現有點很多,但是同樣問題也暴露出來了,比如在zsh中後台執行命令有問題等等,於是決定更換會bash,之前的方法忘了,現在在記錄一下,以免下次變更的時候,不用在參照別人的部落格。

首先,查看我們的系統都有那些可用的shell

androidyue@ubuntu:~/adb_grep$ cat /etc/shells # /etc/shells: valid login shells/bin/sh/bin/dash/bin/bash/bin/rbash/usr/bin/tmux/bin/csh/bin/tcsh/bin/zsh/usr/bin/zsh/usr/local/bin/zsh

然後,還可以檢索我們當前的shell

androidyue@ubuntu:~/adb_grep$ echo $SHELL/bin/zsh

最後是問題的關鍵,就是執行chsh(意思應該是change shell),這個命令需要root許可權,會提示輸入密碼,然後在輸入焦點輸入上面可用的目標shell即可。

androidyue@ubuntu:~/adb_grep$ chshPassword: Changing the login shell for androidyueEnter the new value, or press ENTER for the defaultLogin Shell [/bin/bash]: 

最後的最後,如果想生效,需要登出並登入(如第一個命令的提示就是login shells的意思,所以。。。)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.