How To Create User Account In Linux Unix With Root



How To Create User Account In Linux Unix With Root
 (380) Click. Work. Collect
How To Create User Account In Linux Unix With Root
Post Description:
Post Tags: how, to, create, user, account, in, linux, unix, with, root
This Post Has Been Viewed 6179 Times Since Fri Aug 25, 2006 11:39 pm Posted By unix with 3 replies
Next Post »» How To Start GUI from Linux UNIX Shell Terminal Commands
How To Create User Account In Linux Unix With Root
This post will show you the steps necessary to create a user account in linux/unix systems. in my example I will be creating the following:

username: login_name (do not use spaces)
password: Myp@ssword (its a good idea to use upper case and characters)

NOTE: you must be logged in as root in order to create another user.

1. Login as root

2. Enter the following at the shell prompt
FOR MOST REDHAT DISTRIBUTIONS:

     Code:
adduser login_name

FOR MOST SuSE ENVIRONMETNS:

     Code:
useradd -m login_name


3. Next, you need to give the new user a password for the new account. Enter the following command

     Code:
passwd login_name


4. You will be asked to enter a password for login_name.

5. Afer you have entered the password, you will be asked to re-enter the password. If both passwords don't match, you will get an error. Otherwise, Congratulations! you have created a new account in you linux system.

Leave Your Comments     [ dejar commentarios ]
  * Name     [nombre]

  * eMail (will not be published)     [coreo electronico]

* Enter Your Reply or Comments:    [commentarios]


Add Picture To Comments         [incluir foto]
YES NO             upload
Receive Replies on my Comments (An email will be sent to you when someone replies to your comments)

     

Comments and replies About How To Create User Account In Linux Unix With Root




:: 1 :: #50012 - Reply By suresh On Sun Apr 13, 2008 7:50 pm
Reply How To Create User Account In Linux Unix With Root
hai friends
:: 2 :: #52949 - Reply By Niraj On Wed May 07, 2008 12:22 am
plz. give me an example to create user account in unix.
:: 3 :: #55234 - Reply By Naresh On Mon May 26, 2008 5:48 am
how to assign root permissions to an user account?