faqts : Computers : Operating Systems : Linux

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

11 of 14 people (79%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

Linux: Log on: User: Operation: Create: New: How to create a new userid in Linux? [adduser]

Nov 20th, 2003 06:00
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 19 September 2003 - 11:23 am ------------------

Linux: Log on: User: Operation: Create: New: How to create a new 
userid in Linux? [adduser]

---

Steps: Overview:

 1. Open a console

 2. Login as root

    1. type the command:

        su

    2. supply your root password

 3. Type the command:

     adduser <new username>

    on the command line.

---
---

e.g.

 adduser john

---

This will amongst others create a new directory 'john' in the '/home'
directory.
So if you type

 dir /home/john

you see that this directory exists now.

---
---

To get more information, type:

 man adduser

---

Type:

 adduser

to see the parameters only.

---

Internet: see also:

---

How to delete a userid in Linux?
http://www.faqts.com/knowledge_base/view.phtml/aid/24528/fid/107

---

How to change the current userid?
http://www.faqts.com/knowledge_base/view.phtml/aid/24540/fid/107

---

Linux: Logon: Userid: Operation: View: How to view the current userid? 
[whoami]
http://www.faqts.com/knowledge_base/view.phtml/aid/24538/fid/107

---

Operating system: Linux: Console: Start: How to start a console in 
Linux? [terminal]
http://www.faqts.com/knowledge_base/view.phtml/aid/26684/fid/107

---

Linux: Log on: User: Operation: Userid: Change: Root: How to change 
your userid to 'root'? [su]
http://www.faqts.com/knowledge_base/view.phtml/aid/24542/fid/107

---

Linux Users
http://www.ahinc.com/linux101/users.htm

----------------------------------------------------------------------