Create Users in Linux-
First of all you need to switch user to root-
$- su root
give root password to work as root.
To create user press-
# useradd <user name>
ex- useradd yash
To give password press-
#passwd <user name>
ex- passwd yash
after this give password which you want . You need to give password twice.
To Delete user press-
#userdel <user name>
ex- userdel yash
First of all you need to switch user to root-
$- su root
give root password to work as root.
To create user press-
# useradd <user name>
ex- useradd yash
To give password press-
#passwd <user name>
ex- passwd yash
after this give password which you want . You need to give password twice.
To Delete user press-
#userdel <user name>
ex- userdel yash
No comments:
Post a Comment