I have created a new user by using useradd command e.g.:
sudo useradd acreddy
Then new user is created but it is asking for a password what is the password?
I have created a new user by using useradd command e.g.:
sudo useradd acreddy
Then new user is created but it is asking for a password what is the password?
adduserinstead ofuseradd– heemayl Nov 09 '15 at 05:33su - acreddy. It will not ask for password and you will be logged in as acreddy. But only in that terminal. – nobody Nov 09 '15 at 06:37-– Dan M. May 29 '18 at 12:46sudo -ito switch to root. Then trysudo - <username>. – nobody May 30 '18 at 13:55