old-www/LDP/lame/LAME/linux-admin-made-easy/changing-user-passwords.html

160 lines
2.5 KiB
HTML

<HTML
><HEAD
><TITLE
>Changing User Passwords</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.63
"><LINK
REL="HOME"
TITLE="Linux Administration Made Easy"
HREF="index.html"><LINK
REL="UP"
TITLE="General System Administration Issues"
HREF="administrative-issues.html"><LINK
REL="PREVIOUS"
TITLE="Creating User Accounts"
HREF="creating-user-accounts.html"><LINK
REL="NEXT"
TITLE="Disabling User Accounts"
HREF="disabling-user-accounts.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Linux Administration Made Easy</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="creating-user-accounts.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 6. General System Administration Issues</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="disabling-user-accounts.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="CHANGING-USER-PASSWORDS"
>6.3. Changing User Passwords</A
></H1
><P
>To change a password on behalf of a user, first sign on or
<SPAN
CLASS="QUOTE"
>"su"</SPAN
> to the <SPAN
CLASS="QUOTE"
>"root"</SPAN
> account. Then type,
``<TT
CLASS="LITERAL"
>passwd user</TT
>'' (where user is the username for the
password you are changing). The system will prompt you to enter a
password. Passwords do not echo to the screen when you enter
them.</P
><P
>You can also change your own password, by typing
``<TT
CLASS="LITERAL"
>passwd</TT
>'' (without specifying a username). You will
be prompted to enter your old password for verification, and then a new
password.</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="creating-user-accounts.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="disabling-user-accounts.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Creating User Accounts</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="administrative-issues.html"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Disabling User Accounts</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>