paglist Command
Purpose
Lists authentication information associated with the current process.
Syntax
paglist [ -R module_name ]
Description
The paglist command queries the current process' credentials to display its authentication certificate.
If the -R option is not given, paglist will query the user's registry attribute and use that value for module_name.
Flags
Item | Description |
---|---|
-R module_name | Specifies that the load module module_name is to list its authentication certificate associated with the current process. |
Security
Access Control: This command runs
with the ID of the invoking user, without any elevated privileges.
It should be owned by root
, but executable by all.
Example
paglist -R FPKI
This
example will list the PAG associated with the current process within
the FPKI registry.