您所在的位置:
首页 > Freebsd安装使用bash介绍 > 信息评论 >
Freebsd安装使用bash介绍
1.安装bash cd /usr/ports/shells/bash make install clean 2. 在/bin目录下面做一个符号连接。 ln -s /usr/local/bin/bash /bin/bash 3.加入bash echo '/bin/bash' >> /etc/shells 4.更改用户shell chsh -s /bin/bash root
网友评论