a hopefully simple one here, I don't know why there's no username at the $ when a new account is added and you login?
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic-pae i686)
* Documentation: https://help.ubuntu.com/
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
You have mail.
$
su user
? What's the output of[ -f ~/.bashrc ] && cat ~/.bashrc || echo no .bashrc
? – Dec 09 '13 at 21:47