PMDF User's Guide
OpenVMS Edition
PMDF-USR-VMS-6.0


Previous | Contents

SET USERNAME

Become another mail user.

restrictions

Requires CMKRNL privilege as well as sufficient privileges to access other users' mail files.

Syntax

SET USERNAME [username]

Command Qualifiers Defaults
None. None.

PARAMETERS

username

Optional parameter specifying the username to assume.

DESCRIPTION

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:


Examples

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-1993 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-1993 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