如何将默认shell更改为ZSH-chsh
其他记录 2019-10-14 18:06:31

 1、 首先,检查是否通过以下zsh方式列出了有效的外壳程序

C/C++ Code复制内容到剪贴板
  1. cat /etc/shells  
  2. # List of acceptable shells for chpass(1).  
  3. # Ftpd will not allow users to connect who are not using  
  4. # one of these shells.  
  5.   
  6. /bin/bash  
  7. /bin/csh  
  8. /bin/ksh  
  9. /bin/sh  
  10. /bin/tcsh  
  11. /bin/zsh  

 

2、 使用更改外壳

C/C++ Code复制内容到剪贴板
  1. chsh -s /bin/zsh  

 

本文来自于:http://www.yoyo88.cn/note/other/457.html

Powered by yoyo苏ICP备15045725号