0

Linux : Adding user without using useradd

how do i create user in linux without using useradd command in linux........?

Linux useradd Add a comment
stalkjonas
asked Nov 23 2017

Answer

0

The one possible way that comes to my mind is,

Add an entry for the user in /etc/passwd file.
Add an entry for the group in /etc/group file.
Create the home directory for the added user.
Set the new user password using the passwd command

Add a comment
linuxhelp
asked Jan 14 2019
Post your Answer