HMC Manual Reference Pages  - LSLOGON (1)

NAME

lslogon - list logon information

CONTENTS

Synopsis
Description
Options
Examples
Environment
Bugs
Author
See Also

SYNOPSIS

lslogon -r {webui | ssh} {-t | -u} [-F [attribute-names] [--header]]
[--help]

DESCRIPTION

lslogon lists the logged on users or the tasks they are running on the Hardware Management Console (HMC).

OPTIONS

-r The type of logon information to list. Valid values are webui for Web user interface users or tasks, or ssh for SSH users or tasks.
-t Specify this option to list information about the tasks that the users logged onto the HMC are running.

Either this option or the -u option is required. The -t and -u options are mutually exclusive.

-u Specify this option to list information about the users logged onto the HMC.

Either this option or the -t option is required. The -u and -t options are mutually exclusive.

-F A delimiter separated list of attribute names for the desired attribute values to be displayed. If no attribute names are specified, then values for all of the attributes will be displayed.

When this option is specified, only attribute values will be displayed. No attribute names will be displayed. The attribute values displayed will be separated by the delimiter which was specified with this option.

This option is useful when only attribute values are desired to be displayed, or when the values of only selected attributes are desired to be displayed.

--header Display a header record, which is a delimiter separated list of attribute names for the attribute values that will be displayed. This header record will be the first record displayed. This option is only valid when used with the -F option.
--help Display the help text for this command and exit.

EXAMPLES

List all of the tasks that users logged onto the HMC Web user interface are running:

lslogon -r webui -t

List all of the users remotely logged onto the HMC via SSH:

lslogon -r ssh -u

ENVIRONMENT

None

BUGS

None

AUTHOR

IBM Austin

SEE ALSO

termtask


Linux LSLOGON (1) November 2008
Generated by manServer 1.07 from lslogon.1 using man macros.