1月1

FreeBSD8.0安装bash

| |
16:13FreeBSD  

最小化安装了FreeBSD8.0后,用不习惯系统默认的shell,准备将系统的shell设为bash,发现bash并没有安装。

bash的安装:
# cd /usr/ports/shell/bash
# make && make install clean

bash的设置:
# chsh -s /usr/local/bin/bash

csh的还原:
# chsh -s /bin/csh

Tags: , ,
阅读(771) | 评论(0) | 引用(0)