File: users.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 (37 lines) | stat: -rw-r--r-- 1,097 bytes parent folder | download | duplicates (2)
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
26
27
28
29
30
31
32
33
34
35
36
37
.TH USERS 1 "GNU Shell Utilities" "FSF" \" -*- nroff -*-
.SH NAME
users \- print the user names of users currently logged in to the current host
.SH SYNOPSIS
.B users [FILE]
.br
.B users
{\-\-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 users .
.B users
prints on a single line a blank-separated list of user names
of users currently logged in to the current host.
Each output user name corresponds to a login session, so if a user has more
than one login session, that user's name will appear the same
number of times in the output.
With no file argument,
.B users
extracts its information from the file
.B /var/run/utmp .
If a file argument is given,
.B users
uses that file instead.
A common choice is
.B /var/log/wtmp .
.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.