martes, 3 de marzo de 2015

Setting bash as the default shell

Instructions in : http://www.cyberciti.biz/faq/howto-set-bash-as-your-default-shell/

1. Look for the path to bash with

which bash

2. Type:

sudo chsh -s output-path-from-previous-step username

Otherway to do that is to modify the /etc/passwd file.

No hay comentarios:

Publicar un comentario