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?

120 of 126 people (95%) answered Yes
Recently 9 of 10 people (90%) answered Yes

Entry

Linux: Password: Operation: Change: How to change your password? [passwd]

Sep 19th, 2003 08:08
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 19 September 2003 - 05:06 pm ------------------

Linux: Password: Change: How to change your password? [passwd]

---

To change your existing password:

Steps: Overview:

 1. -Type on the command line the command:

      passwd

 2. -Possibly supply the old password

      <your old password>

 3. -Supply the new password

      <your new password>

 4. -Supply again the new password

      <your new password>

---

[book: source: Levine, John R. / Levine Young, Margaret - Unix for 
dummies - ISBN: 1-878058-58-4 - first page book]

---
---

To change the existing password of another user, while being the root:

Steps: Overview:

 1. -Type on the command line the command:

      passwd <that userid>

 2. -Possibly supply the old password

      <the old password for that user>

 3. -Supply the new password

      <the new password for that user>

 4. -Supply again the new password

      <the new password for that user>

---
---

For more information, type:

 man passwd

---
---

Internet: see also:

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

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