2007-10-07 17:16:16 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<refentry id='su.1'>
|
2007-10-07 17:17:57 +05:30
|
|
|
<!-- $Id: su.1.xml,v 1.26 2006/07/18 17:02:01 kloczek Exp $ -->
|
2007-10-07 17:16:16 +05:30
|
|
|
<refmeta>
|
|
|
|
<refentrytitle>su</refentrytitle>
|
|
|
|
<manvolnum>1</manvolnum>
|
|
|
|
<refmiscinfo class="sectdesc">User Commands</refmiscinfo>
|
|
|
|
</refmeta>
|
|
|
|
<refnamediv id='name'>
|
|
|
|
<refname>su</refname>
|
|
|
|
<refpurpose>change user ID or become super-user</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv id='synopsis'>
|
|
|
|
<cmdsynopsis>
|
|
|
|
<command>su</command>
|
2007-10-07 17:17:11 +05:30
|
|
|
<arg choice='opt'>
|
|
|
|
<replaceable>options</replaceable>
|
|
|
|
</arg>
|
2007-10-07 17:16:16 +05:30
|
|
|
<arg choice='opt'>
|
2007-10-07 17:17:01 +05:30
|
|
|
<arg choice='plain'>
|
2007-10-07 17:17:57 +05:30
|
|
|
<replaceable>LOGIN</replaceable>
|
2007-10-07 17:17:01 +05:30
|
|
|
</arg>
|
2007-10-07 17:16:16 +05:30
|
|
|
</arg>
|
|
|
|
</cmdsynopsis>
|
|
|
|
</refsynopsisdiv>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
2007-10-07 17:16:16 +05:30
|
|
|
<refsect1 id='description'>
|
|
|
|
<title>DESCRIPTION</title>
|
2007-10-07 17:17:01 +05:30
|
|
|
<para>
|
|
|
|
<command>su</command> is used to become another user during a login
|
2007-10-07 17:17:33 +05:30
|
|
|
session. Invoked without a <option>username</option>,
|
|
|
|
<command>su</command> defaults to
|
2007-10-07 17:16:16 +05:30
|
|
|
becoming the super user. The optional argument <option>-</option> may
|
|
|
|
be used to provide an environment similar to what the user would
|
|
|
|
expect had the user logged in directly.
|
|
|
|
</para>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
|
|
|
<para>
|
|
|
|
Additional arguments may be provided after the username, in which case
|
2007-10-07 17:17:22 +05:30
|
|
|
they are supplied to the user's login shell. In particular, an
|
2007-10-07 17:17:01 +05:30
|
|
|
argument of <option>-c</option> will cause the next argument to be
|
2007-10-07 17:16:16 +05:30
|
|
|
treated as a command by most command interpreters. The command will be
|
|
|
|
executed by the shell specified in <filename>/etc/passwd</filename>
|
|
|
|
for the target user.
|
|
|
|
</para>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
2007-10-07 17:17:11 +05:30
|
|
|
<para>
|
|
|
|
You can use the <option>--</option> argument to separate
|
|
|
|
<command>su</command> options from the arguments supplied to the shell.
|
|
|
|
</para>
|
|
|
|
|
2007-10-07 17:16:16 +05:30
|
|
|
<para>The user will be prompted for a password, if appropriate. Invalid
|
|
|
|
passwords will produce an error message. All attempts, both valid and
|
2007-10-07 17:17:22 +05:30
|
|
|
invalid, are logged to detect abuse of the system.
|
2007-10-07 17:16:16 +05:30
|
|
|
</para>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
|
|
|
<para>
|
|
|
|
The current environment is passed to the new shell. The value of
|
2007-10-07 17:17:11 +05:30
|
|
|
<envar>$PATH</envar> is reset to <filename>/bin:/usr/bin</filename>
|
|
|
|
for normal users, or <filename>/sbin:/bin:/usr/sbin:/usr/bin</filename>
|
|
|
|
for the super user. This may be changed with the
|
|
|
|
<emphasis>ENV_PATH</emphasis> and <emphasis>ENV_SUPATH</emphasis>
|
|
|
|
definitions in <filename>/etc/login.defs</filename>.
|
2007-10-07 17:16:16 +05:30
|
|
|
</para>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
|
|
|
<para>
|
|
|
|
A subsystem login is indicated by the presence of a "*" as the first
|
|
|
|
character of the login shell. The given home directory will be used as
|
|
|
|
the root of a new file system which the user is actually logged into.
|
2007-10-07 17:16:16 +05:30
|
|
|
</para>
|
|
|
|
</refsect1>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
2007-10-07 17:17:11 +05:30
|
|
|
<refsect1 id='options'>
|
|
|
|
<title>OPTIONS</title>
|
|
|
|
<para>The options which apply to the <command>su</command> command are:
|
|
|
|
</para>
|
|
|
|
<variablelist remap='IP'>
|
2007-10-07 17:17:22 +05:30
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<option>-c</option>, <option>--command</option>
|
|
|
|
<replaceable>SHELL</replaceable>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Specify a command that will be invoked by the shell using its
|
|
|
|
<option>-c</option>.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2007-10-07 17:17:11 +05:30
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<option>-</option>, <option>-l</option>, <option>--login</option>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Provide an environment similar to what the user would expect had
|
|
|
|
the user logged in directly.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
When <option>-</option> is used, it must be specified as the last
|
|
|
|
<command>su</command> option.
|
|
|
|
The other forms (<option>-l</option> and <option>--login</option>)
|
|
|
|
do not have this restriction.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<option>-s</option>, <option>--shell</option>
|
|
|
|
<replaceable>SHELL</replaceable>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>The shell that will be invoked.</para>
|
|
|
|
<para>
|
|
|
|
The invoked shell is choosen among (higest priority first):
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>The shell specified with --shell</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
If <option>--preserve-environment</option> is used, the
|
|
|
|
shell specified by the <envar>$SHELL</envar> environment
|
|
|
|
variable.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2007-10-07 17:17:33 +05:30
|
|
|
The shell indicated in the <filename>/etc/passwd</filename>
|
|
|
|
entry for the target user.
|
2007-10-07 17:17:11 +05:30
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2007-10-07 17:17:33 +05:30
|
|
|
<filename>/bin/sh</filename> if a shell could not be
|
|
|
|
found by any above method.
|
2007-10-07 17:17:11 +05:30
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
If the target user has a restricted shell (i.e. the shell field of
|
|
|
|
this user's entry in <filename>/etc/passwd</filename> is not
|
|
|
|
specified in <filename>/etc/shell</filename>), then the
|
|
|
|
<option>--shell</option> option or the <envar>$SHELL</envar>
|
|
|
|
environment variable won't be taken into account unless
|
|
|
|
<command>su</command> is called by the root.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<option>-m</option>, <option>-p</option>,
|
|
|
|
<option>--preserve-environment</option>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>Preserve the current environment.</para>
|
|
|
|
<para>
|
|
|
|
If the target user has a restricted shell, this option has no
|
|
|
|
effect (unless <command>su</command> is called by root).
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</refsect1>
|
|
|
|
|
2007-10-07 17:16:16 +05:30
|
|
|
<refsect1 id='caveats'>
|
|
|
|
<title>CAVEATS</title>
|
|
|
|
<para>
|
|
|
|
This version of <command>su</command> has many compilation options,
|
|
|
|
only some of which may be in use at any particular site.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
2007-10-07 17:16:16 +05:30
|
|
|
<refsect1 id='files'>
|
|
|
|
<title>FILES</title>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<term><filename>/etc/passwd</filename></term>
|
|
|
|
<listitem>
|
2007-10-07 17:17:33 +05:30
|
|
|
<para>User account information.</para>
|
2007-10-07 17:17:01 +05:30
|
|
|
</listitem>
|
2007-10-07 17:16:16 +05:30
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<term><filename>/etc/shadow</filename></term>
|
|
|
|
<listitem>
|
2007-10-07 17:17:33 +05:30
|
|
|
<para>Secure user account information.</para>
|
2007-10-07 17:17:01 +05:30
|
|
|
</listitem>
|
2007-10-07 17:16:16 +05:30
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</refsect1>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
2007-10-07 17:16:16 +05:30
|
|
|
<refsect1 id='see_also'>
|
|
|
|
<title>SEE ALSO</title>
|
2007-10-07 17:16:25 +05:30
|
|
|
<para><citerefentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<refentrytitle>login</refentrytitle><manvolnum>1</manvolnum>
|
2007-10-07 17:16:16 +05:30
|
|
|
</citerefentry>,
|
|
|
|
<citerefentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<refentrytitle>login.defs</refentrytitle><manvolnum>5</manvolnum>
|
2007-10-07 17:16:16 +05:30
|
|
|
</citerefentry>,
|
|
|
|
<citerefentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<refentrytitle>sh</refentrytitle><manvolnum>1</manvolnum>
|
2007-10-07 17:17:11 +05:30
|
|
|
</citerefentry>
|
2007-10-07 17:16:16 +05:30
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|