[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    logname(1) manual page Table of Contents

Name

logname - return user’s login name

Synopsis

logname

Availability

SUNWesu

Description

The logname utility will write the user’s login name to standard output. The login name is the string that would be returned by the getlogin(3C) function. Under the conditions where getlogin() would fail, logname will write a diagnostic message to standard error and exit with a non-zero exit status.

Environment

See environ(5) for descriptions of the following environment variables that affect the execution of logname: LC_CTYPE, LC_MESSAGES, and NLSPATH.

Exit Status

The following error values are returned:
  1. Successful completion.
    >0
    An error occurred.

    Files

    /etc/profile
    environment for user at login time
    /var/adm/utmp
    user and accounting information

    See Also

    env(1) , login(1) , getlogin(3C) , utmp(4) , environ(5)


    Table of Contents