man/login.defs.d/CONSOLE.xml, man/login.defs.d/DEFAULT_HOME.xml, man/login.defs.d/ENV_HZ.xml, man/login.defs.d/ENVIRON_FILE.xml, man/login.defs.d/ENV_PATH.xml, man/login.defs.d/ENV_SUPATH.xml, man/login.defs.d/ENV_TZ.xml, man/login.defs.d/ERASECHAR.xml, man/login.defs.d/FAIL_DELAY.xml, man/login.defs.d/FAILLOG_ENAB.xml, man/login.defs.d/FAKE_SHELL.xml, man/login.defs.d/FTMP_FILE.xml, man/login.defs.d/HUSHLOGIN_FILE.xml, man/login.defs.d/ISSUE_FILE.xml, man/login.defs.d/KILLCHAR.xml, man/login.defs.d/LASTLOG_ENAB.xml, man/login.defs.d/LOGIN_RETRIES.xml, man/login.defs.d/LOGIN_TIMEOUT.xml, man/login.defs.d/LOG_OK_LOGINS.xml, man/login.defs.d/LOG_UNKFAIL_ENAB.xml, man/login.defs.d/MAIL_CHECK_ENAB.xml, man/login.defs.d/MOTD_FILE.xml, man/login.defs.d/NOLOGINS_FILE.xml, man/login.defs.d/OBSCURE_CHECKS_ENAB.xml, man/login.defs.d/PASS_ALWAYS_WARN.xml, man/login.defs.d/PASS_CHANGE_TRIES.xml, man/login.defs.d/PASS_MAX_LEN.xml, man/login.defs.d/PORTTIME_CHECKS_ENAB.xml, man/login.defs.d/QUOTAS_ENAB.xml, man/login.defs.d/SULOG_FILE.xml, man/login.defs.d/SU_NAME.xml, man/login.defs.d/SU_WHEEL_ONLY.xml, man/login.defs.d/SYSLOG_SG_ENAB.xml, man/login.defs.d/SYSLOG_SU_ENAB.xml, man/login.defs.d/TTYGROUP.xml, man/login.defs.d/TTYTYPE_FILE.xml, man/login.defs.d/ULIMIT.xml, man/login.defs.d/USERGROUPS_ENAB.xml: New documentation of login.defs variables. * man/login.defs.d/MAIL_DIR.xml: Updated. It now contains the MAIL_FILE documentation. * man/login.defs.d/LOGIN_STRING.xml: Updated. Mentions %s. * man/pwconv.8.xml, man/groupmems.8.xml, man/groupdel.8.xml, man/useradd.8.xml, man/pwck.8.xml, man/groupadd.8.xml, man/sulogin.8.xml, man/newgrp.1.xml, man/usermod.8.xml, man/su.1.xml, man/vipw.8.xml, man/passwd.1.xml, man/groupmod.8.xml, man/login.1.xml, man/userdel.8.xml, man/grpck.8.xml: Added CONFIGURATION section. * man/generate_mans.mak: The generations of manpages depends on the variables from the Makefiles. Add the dependency on Makefile. * man/login.defs.5.xml: New login.defs variable documented. * man/Makefile.am: Added XML variable documentation to the distributed files.
		
			
				
	
	
		
			340 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			340 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.5//EN"
 | |
|   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 | |
| <!ENTITY MAIL_DIR              SYSTEM "login.defs.d/MAIL_DIR.xml">
 | |
| <!ENTITY MAX_MEMBERS_PER_GROUP SYSTEM "login.defs.d/MAX_MEMBERS_PER_GROUP.xml">
 | |
| ]>
 | |
| <refentry id='usermod.8'>
 | |
|   <!--  $Id$  -->
 | |
|   <refmeta>
 | |
|     <refentrytitle>usermod</refentrytitle>
 | |
|     <manvolnum>8</manvolnum>
 | |
|     <refmiscinfo class="sectdesc">System Management Commands</refmiscinfo>
 | |
|   </refmeta>
 | |
|   <refnamediv id='name'>
 | |
|     <refname>usermod</refname>
 | |
|     <refpurpose>modify a user account</refpurpose>
 | |
|   </refnamediv>
 | |
| 
 | |
|   <refsynopsisdiv id='synopsis'>
 | |
|     <cmdsynopsis>
 | |
|       <command>usermod</command>
 | |
|       <arg choice='opt'>
 | |
| 	<replaceable>options</replaceable>
 | |
|       </arg>
 | |
|       <arg choice='plain'><replaceable>LOGIN</replaceable></arg>
 | |
|     </cmdsynopsis>
 | |
|   </refsynopsisdiv>
 | |
| 
 | |
|   <refsect1 id='description'>
 | |
|     <title>DESCRIPTION</title>
 | |
|     <para>
 | |
|       The <command>usermod</command> command modifies the system account
 | |
|       files to reflect the changes that are specified on the command line.
 | |
|     </para>
 | |
|   </refsect1>
 | |
| 
 | |
|   <refsect1 id='options'>
 | |
|     <title>OPTIONS</title>
 | |
|     <para>
 | |
|       The options which apply to the <command>usermod</command> command
 | |
|       are:
 | |
|     </para>
 | |
|     <variablelist remap='IP'>
 | |
|       <varlistentry>
 | |
| 	<term>
 | |
| 	  <option>-a</option>, <option>--append</option>
 | |
| 	</term>
 | |
| 	<listitem>
 | |
| 	  <para>
 | |
| 	    Add the user to the supplemental group(s). Use only with
 | |
| 	    <option>-G</option> option.
 | |
| 	  </para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|       <varlistentry>
 | |
| 	<term>
 | |
| 	  <option>-c</option>, <option>--comment</option>
 | |
| 	  <replaceable>COMMENT</replaceable>
 | |
| 	</term>
 | |
| 	<listitem>
 | |
| 	  <para>
 | |
| 	    The new value of the user's password file comment field. It is
 | |
| 	    normally modified using the <citerefentry>
 | |
| 	    <refentrytitle>chfn</refentrytitle><manvolnum>1</manvolnum>
 | |
| 	    </citerefentry> utility.
 | |
| 	  </para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|       <varlistentry>
 | |
| 	<term>
 | |
| 	  <option>-d</option>, <option>--home</option>
 | |
| 	  <replaceable>HOME_DIR</replaceable>
 | |
| 	</term>
 | |
| 	<listitem>
 | |
| 	  <para>
 | |
| 	    The user's new login directory. If the <option>-m</option>
 | |
| 	    option is given the contents of the current home directory will
 | |
| 	    be moved to the new home directory, which is created if it does
 | |
| 	    not already exist.
 | |
| 	  </para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|       <varlistentry>
 | |
| 	<term>
 | |
| 	  <option>-e</option>, <option>--expiredate</option>
 | |
| 	  <replaceable>EXPIRE_DATE</replaceable>
 | |
| 	</term>
 | |
| 	<listitem>
 | |
| 	  <para>
 | |
| 	    The date on which the user account will be disabled. The date is
 | |
| 	    specified in the format <emphasis remap='I'>YYYY-MM-DD</emphasis>.
 | |
| 	  </para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|       <varlistentry>
 | |
| 	<term>
 | |
| 	  <option>-f</option>, <option>--inactive</option>
 | |
| 	  <replaceable>INACTIVE</replaceable>
 | |
| 	</term>
 | |
| 	<listitem>
 | |
| 	  <para>
 | |
| 	    The number of days after a password expires until the account is
 | |
| 	    permanently disabled. A value of 0 disables the account as soon
 | |
| 	    as the password has expired, and a value of -1 disables the
 | |
| 	    feature. The default value is -1.
 | |
| 	  </para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|       <varlistentry>
 | |
| 	<term>
 | |
| 	  <option>-g</option>, <option>--gid</option>
 | |
| 	  <replaceable>GROUP</replaceable>
 | |
| 	</term>
 | |
| 	<listitem>
 | |
| 	  <para>
 | |
| 	    The group name or number of the user's new initial login group.
 | |
| 	    The group name must exist. A group number must refer to an
 | |
| 	    already existing group. The default group number is 1.
 | |
| 	  </para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|       <varlistentry>
 | |
| 	<term>
 | |
| 	  <option>-G</option>, <option>--groups</option>
 | |
| 	  <replaceable>GROUP1</replaceable>[<emphasis remap='I'>,GROUP2,...</emphasis>[<emphasis remap='I'>,GROUPN</emphasis>]]]
 | |
| 	</term>
 | |
| 	<listitem>
 | |
| 	  <para>
 | |
| 	    A list of supplementary groups which the user is also a member
 | |
| 	    of. Each group is separated from the next by a comma, with no
 | |
| 	    intervening whitespace. The groups are subject to the same
 | |
| 	    restrictions as the group given with the <option>-g</option>
 | |
| 	    option. If the user is currently a member of a group which is
 | |
| 	    not listed, the user will be removed from the group. This
 | |
| 	    behaviour can be changed via the <option>-a</option> option, which
 | |
| 	    appends the user to the current supplementary group list.
 | |
| 	  </para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|       <varlistentry>
 | |
| 	<term>
 | |
| 	  <option>-l</option>, <option>--login</option>
 | |
| 	  <replaceable>NEW_LOGIN</replaceable>
 | |
| 	</term>
 | |
| 	<listitem>
 | |
| 	  <para>
 | |
| 	    The name of the user will be changed from <emphasis
 | |
| 	    remap='I'>LOGIN</emphasis> to <emphasis
 | |
| 	    remap='I'>NEW_LOGIN</emphasis>. Nothing else is changed. In
 | |
| 	    particular, the user's home directory name should probably be
 | |
| 	    changed manually to reflect the new login name.
 | |
| 	  </para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|       <varlistentry>
 | |
| 	<term>
 | |
| 	  <option>-L</option>, <option>--lock</option>
 | |
| 	</term>
 | |
| 	<listitem>
 | |
| 	  <para>
 | |
| 	    Lock a user's password. This puts a '!' in front of the
 | |
| 	    encrypted password, effectively disabling the password. You
 | |
| 	    can't use this option with <option>-p</option> or
 | |
| 	    <option>-U</option>.
 | |
| 	  </para>
 | |
| 	  <para>
 | |
| 	    Note: if you wish to lock the account (not only access with a
 | |
| 	    password), you should also set the
 | |
| 	    <replaceable>EXPIRE_DATE</replaceable> to
 | |
| 	    <replaceable>1</replaceable>.
 | |
| 	  </para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|       <varlistentry>
 | |
| 	<term>
 | |
| 	  <option>-o</option>, <option>--non-unique</option>
 | |
| 	</term>
 | |
| 	<listitem>
 | |
| 	  <para>
 | |
| 	    When used with the <option>-u</option> option, this option
 | |
| 	    allows to change the user ID to a non-unique value.
 | |
| 	  </para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|       <varlistentry>
 | |
| 	<term>
 | |
| 	  <option>-p</option>, <option>--password</option>
 | |
| 	  <replaceable>PASSWORD</replaceable>
 | |
| 	</term>
 | |
| 	<listitem>
 | |
| 	  <para>
 | |
| 	    The encrypted password, as returned by <citerefentry>
 | |
| 	    <refentrytitle>crypt</refentrytitle><manvolnum>3</manvolnum>
 | |
| 	    </citerefentry>.
 | |
| 	  </para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|       <varlistentry>
 | |
| 	<term>
 | |
| 	  <option>-s</option>, <option>--shell</option>
 | |
| 	  <replaceable>SHELL</replaceable>
 | |
| 	</term>
 | |
| 	<listitem>
 | |
| 	  <para>
 | |
| 	    The name of the user's new login shell. Setting this field to
 | |
| 	    blank causes the system to select the default login shell.
 | |
| 	  </para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|       <varlistentry>
 | |
| 	<term>
 | |
| 	  <option>-u</option>, <option>--uid</option>
 | |
| 	  <replaceable>UID</replaceable>
 | |
| 	</term>
 | |
| 	<listitem>
 | |
| 	  <para>
 | |
| 	    The numerical value of the user's ID. This value must be unique,
 | |
| 	    unless the <option>-o</option> option is used. The value must be
 | |
| 	    non-negative. Values between 0 and 999 are typically reserved
 | |
| 	    for system accounts. Any files which the user owns and which are
 | |
| 	    located in the directory tree rooted at the user's home
 | |
| 	    directory will have the file user ID changed automatically. 
 | |
| 	    Files outside of the user's home directory must be altered
 | |
| 	    manually.
 | |
| 	  </para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|       <varlistentry>
 | |
| 	<term>
 | |
| 	  <option>-U</option>, <option>--unlock</option>
 | |
| 	</term>
 | |
| 	<listitem>
 | |
| 	  <para>
 | |
| 	    Unlock a user's password. This removes the '!' in front of the
 | |
| 	    encrypted password. You can't use this option with
 | |
| 	    <option>-p</option> or <option>-L</option>.
 | |
| 	  </para>
 | |
| 	  <para>
 | |
| 	    Note: if you wish to unlock the account (not only access with a
 | |
| 	    password), you should also set the
 | |
| 	    <replaceable>EXPIRE_DATE</replaceable> (for example to
 | |
| 	    <replaceable>99999</replaceable>, or to the
 | |
| 	    <replaceable>EXPIRE</replaceable> value from
 | |
| 	    <filename>/etc/default/useradd</filename>).
 | |
| 	  </para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|     </variablelist>
 | |
|   </refsect1>
 | |
| 
 | |
|   <refsect1 id='caveats'>
 | |
|     <title>CAVEATS</title>
 | |
|     <para>
 | |
|       <command>usermod</command> will not allow you to change the name of a
 | |
|       user who is logged in. You must make certain that the named user is
 | |
|       not executing any processes when this command is being executed if the
 | |
|       user's numerical user ID is being changed. You must change the owner
 | |
|       of any <command>crontab</command> files manually. You must change
 | |
|       the owner of any <command>at</command> jobs manually. You must make
 | |
|       any changes involving NIS on the NIS server.
 | |
|     </para>
 | |
|   </refsect1>
 | |
| 
 | |
|   <refsect1 id='configuration'>
 | |
|     <title>CONFIGURATION</title>
 | |
|     <para>
 | |
|       The following configuration variables in
 | |
|       <filename>/etc/login.defs</filename> change the behavior of this
 | |
|       tool:
 | |
|     </para>
 | |
|     <variablelist>
 | |
|       &MAIL_DIR; <!-- documents also MAIL_FILE -->
 | |
|       &MAX_MEMBERS_PER_GROUP;
 | |
|     </variablelist>
 | |
|   </refsect1>
 | |
| 
 | |
|   <refsect1 id='files'>
 | |
|     <title>FILES</title>
 | |
|     <variablelist>
 | |
|       <varlistentry>
 | |
| 	<term><filename>/etc/group</filename></term>
 | |
| 	<listitem>
 | |
| 	  <para>Group account information.</para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|       <varlistentry>
 | |
| 	<term><filename>/etc/passwd</filename></term>
 | |
| 	<listitem>
 | |
| 	  <para>User account information.</para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|       <varlistentry>
 | |
| 	<term><filename>/etc/shadow</filename></term>
 | |
| 	<listitem>
 | |
| 	  <para>Secure user account information.</para>
 | |
| 	</listitem>
 | |
|       </varlistentry>
 | |
|     </variablelist>
 | |
|   </refsect1>
 | |
| 
 | |
|   <refsect1 id='see_also'>
 | |
|     <title>SEE ALSO</title>
 | |
|     <para>
 | |
|       <citerefentry>
 | |
| 	<refentrytitle>chfn</refentrytitle><manvolnum>1</manvolnum>
 | |
|       </citerefentry>,
 | |
|       <citerefentry>
 | |
| 	<refentrytitle>chsh</refentrytitle><manvolnum>1</manvolnum>
 | |
|       </citerefentry>,
 | |
|       <citerefentry>
 | |
| 	<refentrytitle>passwd</refentrytitle><manvolnum>1</manvolnum>
 | |
|       </citerefentry>,
 | |
|       <citerefentry>
 | |
| 	<refentrytitle>crypt</refentrytitle><manvolnum>3</manvolnum>
 | |
|       </citerefentry>,
 | |
|       <citerefentry>
 | |
| 	<refentrytitle>gpasswd</refentrytitle><manvolnum>8</manvolnum>
 | |
|       </citerefentry>,
 | |
|       <citerefentry>
 | |
| 	<refentrytitle>groupadd</refentrytitle><manvolnum>8</manvolnum>
 | |
|       </citerefentry>,
 | |
|       <citerefentry>
 | |
| 	<refentrytitle>groupdel</refentrytitle><manvolnum>8</manvolnum>
 | |
|       </citerefentry>,
 | |
|       <citerefentry>
 | |
| 	<refentrytitle>groupmod</refentrytitle><manvolnum>8</manvolnum>
 | |
|       </citerefentry>,
 | |
|       <citerefentry>
 | |
| 	<refentrytitle>login.defs</refentrytitle><manvolnum>5</manvolnum>
 | |
|       </citerefentry>,
 | |
|       <citerefentry>
 | |
| 	<refentrytitle>useradd</refentrytitle><manvolnum>8</manvolnum>
 | |
|       </citerefentry>,
 | |
|       <citerefentry>
 | |
| 	<refentrytitle>userdel</refentrytitle><manvolnum>8</manvolnum>
 | |
|       </citerefentry>.
 | |
|     </para>
 | |
|   </refsect1>
 | |
| </refentry>
 |