|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
LOGNAME(1) BSD General Commands Manual LOGNAME(1)
NAME
logname -- display user's login name
SYNOPSIS
logname
DESCRIPTION
The logname utility writes the user's login name to standard output followed by a newline.
The logname utility explicitly ignores the LOGNAME and USER environment variables because the environ-ment environment
ment cannot be trusted.
The logname utility exits 0 on success, and >0 if an error occurs.
SEE ALSO
who(1), whoami(1), getlogin(2)
STANDARDS
The logname utility conforms to IEEE Std 1003.2-1992 (``POSIX.2'').
HISTORY
The logname command appeared in 4.4BSD.
4.4BSD June 9, 1993 4.4BSD
|
|