Installation of Bash Install Bash by running the following commands: ./configure --prefix=/usr --with-curses \    --bindir=/bin && make && make install && exec /bin/bash --login