tcl.list-users
Displays currently active users.
Syntax
list-users {user-id} {(options}
Description
produces a report of users currently logged on to the system.
The report includes:
pib#: port.number. '*pib' = current port.
pid: The process id number.
user: The user-id.
udate: The date this user logged on.
utime: The time this user logged on.
acct: The account name currently in use.
mdate: The date logged on to this account.
mtime: The time logged on to this account.
location: location (usually the user name).
The report is produced from the 'dm,pibs,' file.
Example
This form shows all current users:
list-users
pib# pid.. user. udate utime account. mdate mtime location...
1 25102 dp 06/04 10:28 dm 06/04 10:28 Dick Pick
* 2 11884 ff 06/04 6:49 krb 06/04 13:48 Fred Flintstone
4 7536 am 06/04 13:19 ba 06/04 13:20 Andy Meyers
6 10354 sj 06/04 8:21 ts 06/04 8:22 Steve Johnson
7 13666 ss 06/04 10:28 qa 06/04 10:29 Sam Smith
10 26534 lisa 06/04 16:02 ts 06/04 16:02 Lisa Jones
16 19992 bob 06/04 14:30 qa 06/04 14:30 Bob Bogus
20 8615 cm 06/04 10:14 krb 06/04 15:45 Christine Mills
This form shows a specific user-id:
list-users bob
pib# pid.. user. udate utime account. mdate mtime location...
37 20381 bob 07/17 10:31 krb 07/17 10:31 Bob Bogus
* 53 18348 bob 07/17 9:35 krb 07/17 9:36 Bob Bogus
This form shows all users whose user-id begins with 's'.
list-users s]
pib# pid.. user.. udate utime account. mdate mtime location...
6 40319 sj 06/04 8:21 ts 06/04 8:22 Steve Johnson
7 39577 ss 06/04 10:28 qa 06/04 10:29 Sam Smith
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
