Thursday, April 26, 2018

Linux commands

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



No comments:

Post a Comment

Technical

New blog address

For future updates open given link. This blog has been shifted on new URL due to some reason. yktechvideos.blogspot.com

OS