firstval
2/22/2017 - 6:51 AM

useradd vs adduser

useradd <username> -> not asking for password, no home directory just only add new user
adduser <username> -> asking for password, will create home directory and asking lots of information about the user.