Freebsd安装使用bash介绍 最新更新| 软件分类| 专题汇总| 手机版

您所在的位置:首页 > 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  

网友评论

发表评论

(您的评论需要经过审核才能显示)