Change shell Ubuntu

Sometimes you might create a new user without specifiying the necessary arguments, resulting the shell for that user being something other than the default bash shell you're used. This often provides you with a $ prompt.

To change the shell type for a particular user you can run the following command:

chsh -s /bin/bash USERNAME