码迷,mamicode.com
首页 > 系统相关 > 详细

Linux之查看切换Shell

时间:2018-04-04 15:13:59      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:zsh   lin   shell   body   cat   nbsp   bin   bash   bsp   

1、查看存在的shell

cat /etc/shells 

 

2、查看使用的shell

echo $SHELL

 

3、切换shell

切换bash chsh -s /bin/bash

切换zsh chsh -s /bin/zsh

Linux之查看切换Shell

标签:zsh   lin   shell   body   cat   nbsp   bin   bash   bsp   

原文地址:https://www.cnblogs.com/huangshiyu13/p/8716544.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!