how to create new user in linux operating system

11:15 PM

[root@new user]# useradd new user1

[root@new user]# passwd  new user1

Changing password for user new user1

New UNIX password:
Retype new UNIX password:
passwd: all authentication tokens updated successfully
[root@new user]#

0 Comments