tcl.list-users

Verb: Access/TCL, Releases: AP

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

Command Name Type Description
tcl.lu Verb: Access Invokes 'list-users' command.
tcl.charge-to Verb: Access Terminates charges accumulation on current process.
tcl.charges Verb: Access Displays total time logged on and cpu activity statistics.
tcl.options Definition Standard TCL options.
tcl.listu Verb: Access
tcl.listusers Verb: Access
tcl.list-pibs Verb: Access Sorts and displays information from pibs file.
filename.pibs Definition Contains device specifications for each port.
pib Definition Acronym for 'process identification block'.
tcl.listusers_rp Verb: Access Displays currently active users.
tcl.who Verb: Access TCL command which shows the port.number, the user id and the account name.
tcl.sort-users Verb: Access Invokes program 'list-users'.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.