0

Linux : Adding user without using useradd

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

stalkjonas
asked Nov 23, 2017
1 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

View More
linuxhelp
answered Jan 14, 2019
Your Answer
||||
 
100:0