Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
14
rated 0 times [  14] [ 0]  / answers: 1 / hits: 8369  / 2 Years ago, sun, july 31, 2022, 5:23:50

I added a new ubuntu user with this command



 useradd -d /home/newname -m newname


It seems no tab completing feature and only $ as prompt, When I logged in as root I see root@server$ as prompt.



Something is missing for my new user?



THanks


More From » 12.04

 Answers
3

sounds like your user was added with the sh shell instead of bash
try the following.



su to your new user and type chsh type /bin/bash and press enter
now try reloging and see if it works


[#31764] Monday, August 1, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dicatandyca

Total Points: 486
Total Questions: 108
Total Answers: 121

Location: Greenland
Member since Wed, Jan 18, 2023
1 Year ago
;