1 .\" Copyright (c) 1988, 1990, 1993, 1994
2 .\" The Regents of the University of California. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\" must display the following acknowledgement:
14 .\" This product includes software developed by the University of
15 .\" California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\" may be used to endorse or promote products derived from this software
18 .\" without specific prior written permission.
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" @(#)su.1 8.2 (Berkeley) 4/18/94
33 .\" $FreeBSD: src/usr.bin/su/su.1,v 1.17.2.6 2002/06/21 15:29:18 charnier Exp $
34 .\" $DragonFly: src/usr.bin/su/su.1,v 1.6 2007/03/25 11:35:11 swildner Exp $
41 .Nd substitute user identity
47 .Op Ar login Op Ar args
51 utility requests the Kerberos password for
54 .Dq Ar login Ns .root ,
55 if no login is provided), and switches to
56 that user and group ID after obtaining a Kerberos ticket granting ticket.
57 A shell is then executed.
60 utility will resort to the local password file to find the password for
62 if there is a Kerberos error.
65 is executed by root, no password is requested and a shell
66 with the appropriate user ID is executed; no additional Kerberos tickets
69 By default, the environment is unmodified with the exception of
77 are set to the target login's default values.
79 is set to the target login, unless the target login has a user ID of 0,
80 in which case it is unmodified.
81 The invoked shell is the target login's.
82 This is the traditional behavior of
84 Resource limits and session priority applicable to the original user's
87 are also normally retained unless the target login has a user ID of 0.
89 The options are as follows:
92 Do not attempt to use Kerberos to authenticate the user.
94 If the invoked shell is
96 this option prevents it from reading the
100 Simulate a full login.
101 The environment is discarded except for
111 are modified as above.
113 is set to the target login.
116 .Dq Pa /bin:/usr/bin .
118 is imported from your current environment.
119 Environment variables may be set or overridden from the login class
120 capabilities database according to the class of the target login.
121 The invoked shell is the target login's, and
123 will change directory to the target login's home directory.
124 Resource limits and session priority are modified to that for the
125 target account's login class.
127 (no letter) The same as
130 Leave the environment unmodified.
131 The invoked shell is your login shell, and no directory changes are made.
132 As a security precaution, if the target user's shell is a non-standard
135 and the caller's real uid is
140 Use the settings of the specified login class.
141 Only allowed for the super-user.
150 options are mutually exclusive; the last one specified
151 overrides any previous ones.
155 are provided on the command line, they are passed to the login shell of
158 Only users who are a member of group 0 (normally
164 \ If group 0 is missing or empty, any user can
169 By default (unless the prompt is reset by a startup file) the super-user
172 to remind one of its awesome power.
174 Environment variables used by
178 Default home directory of real user ID unless modified as
181 Default search path of real user ID unless modified as specified above.
183 Provides terminal type which may be retained for the substituted
186 The user ID is always the effective ID (the target user ID) after an
188 unless the user ID is 0 (root).
191 .Bl -tag -width /etc/auth.conf -compact
192 .It Pa /etc/auth.conf
193 configure authentication services
196 .Bl -tag -width 5n -compact
197 .It Li "su man -c catman"
202 assuming man's shell supports the
205 You will be asked for man's password unless your real UID is 0.
206 .It Li "su -m man -c catman"
207 Same as above, but use the shell and environment of the current
208 user instead of those of man.
209 This allows commands to be executed as user man even when man's shell is
211 .It Li "su -mf man -c catman"
212 Same as above, but do not re-evaluate the current user's
215 .It Li "su -mf man -c 'catman /usr/share/man /usr/local/man /usr/pkg/xorg/man'"
216 Same as above, but the target command consists of more than a
217 single word and hence is quoted for use with the
219 option being passed to the shell. (Most shells expect the argument to
221 to be a single word).
222 .It Li "su -mf -c staff man -c 'catman /usr/share/man /usr/local/man /usr/pkg/xorg/man'"
223 Same as above, but the target command is run with the resource limits of
226 Note: in this example, the first
230 while the second is an argument to the shell being invoked.
232 Simulate a login for user foo.
236 Simulate a login for root.