8HGLOGIN, Utilities, Assume Another User's Login IdentityHGLOGIN (Hunter's LOGIN)=Copyright © 1997, 2004, Hunter Goatley. All rights reserved.------------------------------EHGLOGIN is a rewrite and enhancement of the GLOGIN utility written by;Anthony C. McCracken, Northern Arizona University, in 1992.BHGLOGIN uses the PTD$ routines supplied by VMS and may not work onolder versions of VMS.------------------------------FHGLOGIN lets privileged users log in to a named account without havingCto know the password for that account. A process running under theAtarget username is created. Its input and output are read from a0pseudo-terminal, which is controlled by HGLOGIN.@Unlike BECOME and SWAP, the process created by HGLOGIN is a fullAprocess, with all the privileges, rights identifiers, quotas, DCLEsymbols, logical names, etc., as well as anything else that is set upin the target user's LOGIN.COM.AHGLOGIN requires the target username as a parameter. If there isAother text on the line, HGLOGIN enters "single command mode." TheBremaining text is passed to the new process to be executed by DCL.BWhen the command execution completes, the process is automatically7logged out and control returns to the original process.DYou can use HGLOGIN to log into DISUSERed accounts by specifying thequalifier /NOUAF.