8 HGLOGIN, Utilities, Assume Another User's Login Identity   HGLOGIN (Hunter's LOGIN)= Copyright  1997, 2004, Hunter Goatley.  All rights reserved.    ------------------------------E HGLOGIN is a rewrite and enhancement of the GLOGIN utility written by ; Anthony C. McCracken, Northern Arizona University, in 1992.   B HGLOGIN uses the PTD$ routines supplied by VMS and may not work on older versions of VMS. ------------------------------  F HGLOGIN lets privileged users log in to a named account without havingC to know the password for that account.  A process running under the A target username is created.  Its input and output are read from a 0 pseudo-terminal, which is controlled by HGLOGIN.  @ Unlike BECOME and SWAP, the process created by HGLOGIN is a fullA process, with all the privileges, rights identifiers, quotas, DCL E symbols, logical names, etc., as well as anything else that is set up  in the target user's LOGIN.COM.   A HGLOGIN requires the target username as a parameter.  If there is A other text on the line, HGLOGIN enters "single command mode." The B remaining text is passed to the new process to be executed by DCL.B When the command execution completes, the process is automatically7 logged out and control returns to the original process.   D You can use HGLOGIN to log into DISUSERed accounts by specifying the qualifier /NOUAF.       