Previous | Contents | Index |
Become another mail user.
Requires CMKRNL privilege as well as sufficient privileges to access other users' mail files.
SET USERNAME [username]
Command Qualifiers Defaults None. None.
username
Optional parameter specifying the username to assume.
The
SET USERNAME
command may be used to examine mail problems with other users; it is intended for use by system managers only. This command does the following:All subsequent commands which you enter will have the same effect as if you had logged in as that user.
- Closes any open mail files and shuts down any mail context.
- Changes your process's username to the specified username.
- Creates a new mail context under the guise of the new username.
Issue the
SET USERNAME
command without any parameter to resume operating as yourself. When you exit PMDF MAIL, your username will be restored if you have not already done so.
In this example, the user WALTER becomes the user WENDY:
$ PMDF MAIL You have 1 new message. EMAIL> SET USERNAME WENDY You have 4 new messages. EMAIL> SPAWN SHOW PROCESS 24-FEB-2012 15:46:17.90 User: WENDY Process ID: 20203D41 Node: VAX1 Process name: "WENDY_1" Terminal: User Identifier: [MANAGER,WALTER] Base priority: 4 Default file spec: D1:[WALTER] EMAIL> EXIT $ SHOW PROCESS 24-FEB-2012 15:46:31.10 User: WALTER Process ID: 20203115 Node: VAX1 Process name: "Pilgermann" Terminal: FTA83: User Identifier: [MANAGER,WALTER] Base priority: 4 Default file spec: D1:[WALTER] $
Previous | Next | Contents | Index |