File: logname.1

package info (click to toggle)
shellutils 1.16-6
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 3,260 kB
  • ctags: 2,149
  • sloc: ansic: 22,416; yacc: 1,034; sh: 612; makefile: 350; perl: 239; sed: 93
file content (25 lines) | stat: -rw-r--r-- 789 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH LOGNAME 1 "GNU Shell Utilities" "FSF" \" -*- nroff -*-
.SH NAME
logname \- print user's login name
.SH SYNOPSIS
.B logname [\-\-help] [\-\-version]
.SH DESCRIPTION
This documentation is no longer being maintained and may be inaccurate
or incomplete.  The Texinfo documentation is now the authoritative source.
.PP
This manual page
documents the GNU version of
.BR logname .
.B logname
prints the calling user's name, as found in the file /etc/utmp, and
exits with a status of 0.  If there is no /etc/utmp entry for the
calling process,
.B logname
prints an error message and exits with a status of 1.
.SS OPTIONS
.TP
.I "\-\-help"
Print a usage message on standard output and exit successfully.
.TP
.I "\-\-version"
Print version information on standard output then exit successfully.