Previous Topic: Authorizations

Next Topic: GRANT AUTHORITY Command

Definitions

[ userid ]

Specifies the name of a USER or IDENTITY directory entry whose password expiration you want to see. If a user ID is not specified, the password expiration information is collected for the requesting user ID.

[ FILE [ filename ] ]

Appends the results of the command to the specified file. The default filename is GETPWEXP; the filetype is always RESULTS. The file is created if it does not already exist, but is appended to if it does exist.

[ MSG | NOMSG ]

Controls the output messages.

[ STACK [ FIFO | LIFO ] ]
[ FIFO ]
[ LIFO ]

Stacks the results in your program stack.

Note: For more information about the FILE, MSG|NOMSG, and STACK options, see Common API Command Options.

Examples