`
轩风之逸
  • 浏览: 28263 次
  • 性别: Icon_minigender_1
  • 来自: 揭阳
社区版块
存档分类
最新评论

suse linux 9.0 下 切换 csh

 
阅读更多
用chsh命令

#-v 可以显示shell版本
[root@localhost ~]# chsh -v
util-linux 2.13-pre6
#-l 显示可用的shell
[root@localhost ~]# chsh -l
/bin/sh
/bin/bash
/sbin/nologin
/bin/tcsh
/bin/csh
/bin/ksh

#更改默认shell:
[root@localhost ~]# chsh
Changing shell for root.
New shell [/bin/bash]: /bin/bash
Shell not changed.
#我就没改了,如果改,参考-l 参数之后进行相应的更改。此操作一定要慎重。

引用:http://zhidao.baidu.com/question/97053720.html
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics