Install Bash Di Freebsd
Install Bash Di Freebsd
Bash is a Unix shell written by Brian Fox for the GNU Project as a free software
replacement for the Bourne shell (sh). Released in 1989, it has been distributed widely as
the shell for the GNU operating system and as a default shell on Linux and Mac OS X. It
has been ported to Microsoft Windows and distributed with Cygwin and MinGW, to DOS
by the DJGPP project, to Novell NetWare and to Android via various terminal emulation
applications. In the late 1990s, many shells were in common use, of which bash was a minor
player, unlike presently where bash has overwhelming favor.
Bash is the shell, or command language interpreter, for the GNU operating system. The name is
an acronym for the ‘Bourne-Again SHell’, a pun on Stephen Bourne, the author of the
direct ancestor of the current Unix shell sh, which appeared in the Seventh Edition Bell Labs
Research version of Unix.
Bagaimana cara menginstall Bash pada FreeBSD? Berikut adalah panduan installasi Bash pada
FreeBSD.
#cd /usr/ports/shells/bash
Gambar 1. Berpindahlah ke directory port BASH
Lalu biarkan settingan bash secara default. Atau anda menginginkan suatu settingan lain
pada bash silahkan melakukannya dengan berdasarkan documentation pada link
berikut http://www.gnu.org/software/bash/manual/
Gambar 3. Settingan pada Bash
#chsh -s bash
Bash telah terinstall pada mesin FreeBSD untuk menjalankannya ketikkan perintah
# bash
Referensi :
1. http://www.gnu.org/software/bash/manual/bash.html
2. http://en.wikipedia.org/wiki/Bash_(Unix_shell)
3.