<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fpasswd</id>
	<title>Comandos de la terminal/passwd - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fpasswd"/>
	<link rel="alternate" type="text/html" href="https://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/passwd&amp;action=history"/>
	<updated>2026-04-08T00:23:07Z</updated>
	<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/passwd&amp;diff=6592&amp;oldid=prev</id>
		<title>Rrc: Página creada con &#039;__NOTOC__ *  passwd  == passwd ==  &lt;syntaxhighlight lang=&quot;bash&quot;&gt;  [root@Llawyr ~]# passwd --help Usage: passwd [OPTION...] &lt;accountName&gt;   -k, --keep-tokens       ...&#039;</title>
		<link rel="alternate" type="text/html" href="https://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/passwd&amp;diff=6592&amp;oldid=prev"/>
		<updated>2014-10-16T21:12:01Z</updated>

		<summary type="html">&lt;p&gt;Página creada con &amp;#039;__NOTOC__ * &lt;a href=&quot;#passwd&quot;&gt; passwd&lt;/a&gt;  == passwd ==  &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;  [root@Llawyr ~]# passwd --help Usage: passwd [OPTION...] &amp;lt;accountName&amp;gt;   -k, --keep-tokens       ...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
* [[:#passwd | passwd]]&lt;br /&gt;
&lt;br /&gt;
== passwd ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# passwd --help&lt;br /&gt;
Usage: passwd [OPTION...] &amp;lt;accountName&amp;gt;&lt;br /&gt;
  -k, --keep-tokens       keep non-expired authentication tokens&lt;br /&gt;
  -d, --delete            delete the password for the named account (root only)&lt;br /&gt;
  -l, --lock              lock the password for the named account (root only)&lt;br /&gt;
  -u, --unlock            unlock the password for the named account (root only)&lt;br /&gt;
  -e, --expire            expire the password for the named account (root only)&lt;br /&gt;
  -f, --force             force operation&lt;br /&gt;
  -x, --maximum=DAYS      maximum password lifetime (root only)&lt;br /&gt;
  -n, --minimum=DAYS      minimum password lifetime (root only)&lt;br /&gt;
  -w, --warning=DAYS      number of days warning users receives before&lt;br /&gt;
                          password expiration (root only)&lt;br /&gt;
  -i, --inactive=DAYS     number of days after password expiration when an&lt;br /&gt;
                          account becomes disabled (root only)&lt;br /&gt;
  -S, --status            report password status on the named account (root&lt;br /&gt;
                          only)&lt;br /&gt;
      --stdin             read new tokens from stdin (root only)&lt;br /&gt;
&lt;br /&gt;
Help options:&lt;br /&gt;
  -?, --help              Show this help message&lt;br /&gt;
      --usage             Display brief usage message&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# passwd --usage&lt;br /&gt;
Usage: passwd [-kdluefS?] [-k|--keep-tokens] [-d|--delete] [-l|--lock]&lt;br /&gt;
        [-u|--unlock] [-e|--expire] [-f|--force] [-x|--maximum=DAYS]&lt;br /&gt;
        [-n|--minimum=DAYS] [-w|--warning=DAYS] [-i|--inactive=DAYS]&lt;br /&gt;
        [-S|--status] [--stdin] [-?|--help] [--usage]&lt;br /&gt;
        [OPTION...] &amp;lt;accountName&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# rpm -qf $( which passwd )&lt;br /&gt;
passwd-0.79-2.mga4&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# passwd -S rrc&lt;br /&gt;
rrc PS 2014-09-21 0 99999 7 -1 (Password set, blowfish crypt.)&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# passwd -S rrc&lt;br /&gt;
rrc PS 2014-09-21 0 99999 7 -1 (Password set, blowfish crypt.)&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# useradd DelMe1&lt;br /&gt;
useradd: warning: the home directory already exists.&lt;br /&gt;
Not copying any file from skel directory into it.&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# passwd DelMe1&lt;br /&gt;
Changing password for user DelMe1.&lt;br /&gt;
New password: &lt;br /&gt;
BAD PASSWORD: it is based on a dictionary word&lt;br /&gt;
Retype new password: &lt;br /&gt;
passwd: all authentication tokens updated successfully.&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# passwd -S DelMe1&lt;br /&gt;
DelMe1 PS 2014-10-15 0 99999 7 -1 (Password set, blowfish crypt.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Comandos de la terminal]]&lt;/div&gt;</summary>
		<author><name>Rrc</name></author>
		
	</entry>
</feed>