bash - /bin/dash cannot find hostname -
i have newly installed remastered ubuntu 12.10. after installation ran script make standard user , other works. when log new standard user , open terminal, shows $ mark , doesnt show username@hostname$.
it can return whoami doesnt return echo $hostname interesting thing when run bash, ok, when run dash(which default in ubuntu) see problem.
i've tried dpkg-reconfigure dash nothing changed.
can guess happened system! thank in advance.
i suggest use bash instead of dash since former far better interactive use.
the shell new user set /bin/dash, have create new user specifing shell want using --shell option adduser command. change shell alredy created user can use command chsh.
Comments
Post a Comment