users(1bsd)


users -- (BSD) display a compact list of users logged in

Synopsis

   /usr/ucb/users [file] 

Description

users lists the login names of the users currently on the system in a compact, one-line format.

If there are more than 200 users on the system, only the first 200 are listed, and the message:

   ****The number of users exceeds 200. Only the first 200 are listed. 
is displayed.

Specifying file, tells users where to find its information; by default it checks /var/adm/utmp.

Typing users is equivalent to typing who -q.

Files

/var/adm/utmp

Examples

   $ users 
   paul george ringo 

References

who(1)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.