Created a new user and made him the working directory with the following commands:
sudo useradd username sudo mkdir /home/username sudo passwd username sudo chown username /home/username sudo chgrp username /home/username sudo adduser username sudo But when I go under this user, I don’t find myself in his home directory and the terminal looks a bit strange (without specifying a user and computer name):
What am I doing wrong ?
