VMS Help  —  RSH  Qualifiers

1    /EIGHTBIT

    Optional. Default: only 7-bit data is sent.

    Accepts 8-bit data from the terminal and sends it to the remote
    system.

2    /ESCAPE_CHARACTER

       /ESCAPE_CHARACTER=character

    Optional. Default: Tilde (~).

    RSH escape character. This character lets you exit the RSH
    process without entering the remote host's typical logout
    sequence, such as LOGOUT or Ctrl/D.

    Typing the escape character and a period (.) breaks the
    connection with the remote host. For example:

    remote> ~. (characters not echoed)

    %RSH-S-LCLCLOSED, Local connection closed
    local_vms>

3    /LOG_FILE

       /LOG_FILE=file

    Optional. Default: no logging.

    Logs a copy of the output to the specified file. Output continues
    to be directed to SYS$OUTPUT while it is being recorded in the
    log file.

    Not valid with /SYSERROR.

4    /LOWERCASE

       /LOWERCASE
       /NOLOWERCASE

    Optional. Default: /LOWERCASE.

    Sends your local user name to the remote host in lowercase
    letters.

    To send your user name in uppercase letters, do one of the
    following:

    o  Specify /NOLOWERCASE.

    o  Enclose the user name in quotation marks ( " " ). (See the
       /USER_NAME qualifier.)

    To send your user name in mixed case, enclose it in quotation
    marks ( " " ).

5    /PASSWORD

       /PASSWORD[=password]

    Optional.

    Your password on the remote host.

    Invokes the local REXEC facility that directs your RSH command
    to the REXEC server on the remote host. This server does
    authentication checking using the user name and password that
    you specified on the RSH command line.

    o  Enclose the password in quotation marks ( " " ) if it is
       lowercase or mixed case.

    o  If you omit password, RSH (REXEC) prompts you for one.

    o  Do not use this qualifier if you want to initiate an RLOGIN
       session.

6    /

       /[NO]SYSERROR

    Optional. Default: /NOSYSERROR

    Directs diagnostics to SYS$ERROR and output to SYS$OUTPUT.

    When SYS$ERROR and SYS$OUTPUT both output to the same terminal,
    the output might be garbled.

    /NOSYSERROR directs output only to SYS$OUTPUT.

7    /TERMINAL_SPEED

       /TERMINAL_SPEED=n

    Optional. Default: your terminal's current speed.

    Terminal speed passed to the remote host during an RLOGIN
    session.

8    /TERMINAL_TYPE

       /TERMINAL_TYPE=type

    Optional. Default: your terminal's current type.

    Terminal type passed to the remote host during an RLOGIN session.

9    /TRUNCATE_USER_NAME

       /TRUNCATE_USER_NAME

    Optional. Default: User names are not truncated

    Abbreviates the user name sent to the remote host to eight
    characters.

10    /USER_NAME

       /USER_NAME=remote_user_name
       -l remote_user_name (valid only on UNIX systems)

    Optional. Default: same name on local host, but in lowercase
    letters.

    Your user name on the remote host. Specify this qualifier if your
    user names on the remote host and local host are different.

    To send your user name in uppercase letters, do one of the
    following:

    o  Specify /NOLOWERCASE.

    o  Enclose the user name in quotation marks ( " " ).

    To send your user name in mixed case, enclose it in quotation
    marks ( " " ).
Close Help