1users(1B) SunOS/BSD Compatibility Package Commands users(1B)
2
3
4
6 users - display a compact list of users logged in
7
9 /usr/ucb/users [filename]
10
11
13 The users utility lists the login names of the users currently on the
14 system in a compact, one-line format.
15
16
17 Specifying filename tells users where to find its information; by
18 default it checks /var/adm/utmpx.
19
20
21 Typing users is equivalent to typing who -q.
22
24 Example 1 Listing current users
25
26 example% users
27 paul george ringoexample%
28
29
30
32 /var/adm/utmpx
33
34
36 See attributes(5) for descriptions of the following attributes:
37
38
39
40
41 ┌─────────────────────────────┬─────────────────────────────┐
42 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
43 ├─────────────────────────────┼─────────────────────────────┤
44 │Availability │SUNWscpu │
45 └─────────────────────────────┴─────────────────────────────┘
46
48 who(1), attributes(5)
49
50
51
52SunOS 5.11 16 Nov 1998 users(1B)