您的位置:首页 > 运维架构 > Shell

How to switch to the shell you want

2017-10-20 13:53 477 查看
Firstly you can show all of the shells you have:

chsh -l


then just input the file path of the shell you want,you can enter the shell you want.

Here are the common shells you will meet:

/bin/sh    //the shell used in the early time
/bin/bash  //usually default shell
/bin/tcsh  //advanced csh.
/bin/csh   //often used on unix
/bin/ksh   // popular in Unix ,has many features of csh
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  shell switch
相关文章推荐