Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, How can I create an new user account in linux 4 with 5 update?...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    2

    [SOLVED] Add New User in Linux

    Hi,
    How can I create an new user account in linux 4 with 5 update?

  2. #2
    Linux Enthusiast L4Linux's Avatar
    Join Date
    Sep 2008
    Location
    Greece
    Posts
    584
    I guess you have Red Hat or CentOS 4.5, correct? (It doesn't matter though)

    In the terminal type:
    Code:
    su
    adduser john
    It will ask you to provide some info and it will create user john and make him a /home/john directory.
    Then you must set a password for the new user, to protect the account.
    Some good practices are using more then 6 characters, mix letters, numbers & symbols and not put words that can be found in a dictionary.

    There is also a graphical tool to make new users. Look in System->Administration.

  3. #3
    Just Joined!
    Join Date
    Jun 2009
    Posts
    2
    Hi,

    Thank you very much.....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...