2012-01-15 12:06:40 -08:00
|
|
|
.\" $OpenBSD: whoami.1,v 1.14 2012/01/15 20:06:40 schwarze Exp $
|
2000-03-07 13:11:07 -08:00
|
|
|
.\"
|
1995-10-18 01:37:01 -07:00
|
|
|
.\" Copyright (c) 1991, 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
2003-06-02 19:56:05 -07:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
1995-10-18 01:37:01 -07:00
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
|
|
|
.\" from: @(#)whoami.1 8.1 (Berkeley) 6/6/93
|
|
|
|
.\"
|
2012-01-15 12:06:40 -08:00
|
|
|
.Dd $Mdocdate: January 15 2012 $
|
1995-10-18 01:37:01 -07:00
|
|
|
.Dt WHOAMI 1
|
1999-07-07 03:50:04 -07:00
|
|
|
.Os
|
1995-10-18 01:37:01 -07:00
|
|
|
.Sh NAME
|
|
|
|
.Nm whoami
|
2000-03-07 13:11:07 -08:00
|
|
|
.Nd display effective user ID
|
1995-10-18 01:37:01 -07:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm whoami
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
2001-06-05 08:22:58 -07:00
|
|
|
.Nm
|
1995-10-18 01:37:01 -07:00
|
|
|
utility has been obsoleted by the
|
|
|
|
.Xr id 1
|
|
|
|
utility, and is equivalent to
|
2000-03-07 13:11:07 -08:00
|
|
|
.Ic id Fl un .
|
1995-10-18 01:37:01 -07:00
|
|
|
The command
|
2000-03-07 13:11:07 -08:00
|
|
|
.Ic id Fl p
|
1995-10-18 01:37:01 -07:00
|
|
|
is suggested for normal interactive use.
|
|
|
|
.Pp
|
|
|
|
The
|
2001-06-05 08:22:58 -07:00
|
|
|
.Nm
|
1995-10-18 01:37:01 -07:00
|
|
|
utility displays your effective user ID as a name.
|
2010-09-03 04:09:28 -07:00
|
|
|
.Sh EXIT STATUS
|
2009-01-04 03:19:55 -08:00
|
|
|
.Ex -std whoami
|
1995-10-18 01:37:01 -07:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr id 1
|
2012-01-15 12:06:40 -08:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility first appeared in
|
|
|
|
.Bx 2 .
|