Installation of Bash Prepare Bash to be compiled: ./configure --prefix=/usr --bindir=/bin Continue with compiling the package: make And finish off installing the package: make install Reload the newly compiled Bash: exec /bin/bash --login