从事互联网开发、运营、设计、运维等工作。偏爱底层开发,服务器运维
全部博文(106)
分类: BSD
2011-04-27 15:29:59
dearyzy2012-11-23 15:40:13
linux下有不同的shell,这个我是知道,不过一般的发行版,都是用bash shell,所以我也就没有折腾过。不过到了freebsd,你就肯定要搞明白。
freebsd,如果你缺省安装,是使用csh shell。怎么修改bash shell 呢?
1:安装bash shell
cd /usr/ports/shells/bash
make install clean
2:查看当前的shell
echo $0
3:修改缺省bash shell
#whereis bash
bash: /usr/local/bin/bash /usr/local/man/man1/bash.1.gz /usr/ports/shells/bash
#chsh -s /usr/local/bin/bash
chsh: user informatio