0% found this document useful (0 votes)
32 views3 pages

Install Bash Di Freebsd

Bash is a Unix shell written by Brian Fox as a free replacement for the Bourne shell. This document provides instructions for installing Bash on FreeBSD, which includes changing directories to the Bash port, running make commands to install it, setting default Bash settings or customizing settings from documentation, changing the default shell to Bash using chsh, and running Bash or returning to normal mode. References for more information on Bash are also provided.

Uploaded by

dena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views3 pages

Install Bash Di Freebsd

Bash is a Unix shell written by Brian Fox as a free replacement for the Bourne shell. This document provides instructions for installing Bash on FreeBSD, which includes changing directories to the Bash port, running make commands to install it, setting default Bash settings or customizing settings from documentation, changing the default shell to Bash using chsh, and running Bash or returning to normal mode. References for more information on Bash are also provided.

Uploaded by

dena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Install Bash pada 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

 #make -DWITHOUT_LIBSIGSEGV install

Gambar 2. Jalankan perintah untuk Installasi 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

 Lalu jalankan perintah berikut

#chsh -s bash

Bash telah terinstall pada mesin FreeBSD untuk menjalankannya ketikkan perintah

# bash

Dan untuk kembali pada mode normal ketikkan perintah


# csh

Referensi :

1. http://www.gnu.org/software/bash/manual/bash.html
2. http://en.wikipedia.org/wiki/Bash_(Unix_shell)
3.

You might also like