Very good, but where can I set it as the default shell or autostart it on every terimal.
The GNU Bourne Again SHell 4.2
Bash is a command-line shell which can replace the maemo standard command-line shell with an improved one with more features.
Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh).
| Author | Kaj-Michael Lang |
|---|
Very good, but where can I set it as the default shell or autostart it on every terimal.
You must be logged in to make comments.
Ricardo, edit your /etc/passwd file and replace /bin/sh with /bin/bash for your user (which is "user" by default). You can change it for "root" too.