home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Netzwerk / scream_1.dms / in.adf / inet.lha / inet / docs / Rlogin.doc < prev    next >
Encoding:
Text File  |  1990-12-11  |  6.3 KB  |  211 lines

  1.    
  2.    
  3.    RLOGIN.DOC for version 36.14    Revised Dec 7, 1990  -bj
  4.    --------------------------------------------------------
  5.    
  6.    ** NOTE: Users of versions previous to this one will need to change
  7.             their termcap or terminfo!!!
  8.    
  9.    Usage:
  10.    
  11.    rlogin host [-l user][-x #][-y #][-w #][-h #][-r 0][-c][-t t/b][-u #]
  12.    
  13.       where:  -l user  login name on the remote machine.  The default is
  14.                        the entry given by "user=" in inet:s/inet.config 
  15.               -x #     left edge of the window
  16.               -y #     top edge of the window
  17.               -h #     height of the window
  18.               -w #     width of the window
  19.               -r 0     no resize gadget
  20.               -c       gives a custom screen (and NO windows)
  21.               -t t/b   changes default terminal type and baud rate
  22.               -u #     toggle use of the 2.0 console device options
  23.    
  24.    
  25.               NOTE: All options and their arguments MUST be separated 
  26.               by at least one space
  27.    
  28.               legal:    rlogin -x 400 -y 200 -u 1
  29.    
  30.               illegal:  rlogin -x400 - y 200 -u1
  31.                                 ^^^           ^^^
  32.    
  33.    
  34.    --------
  35.    
  36.    
  37.    Resizing:       -r
  38.    
  39.    Use an argument of '0' (zero) to turn OFF the resize gadget.
  40.    Any other numeric argument turns it on.  No argument is an error.
  41.    
  42.    USAGE:          -r  <#>
  43.    
  44.    EXAMPLE:        -r  0 
  45.    
  46.    DEFAULT:        On
  47.    
  48.    --------
  49.    
  50.    Console:        -u
  51.    
  52.    Note: The -u option is functional only under the 2.x Operating System.
  53.    
  54.    Under the 2.0 operating system the console device has the options to
  55.    have a character mapped display and cut-and-paste between console
  56.    windows. If you run rlogin under the 2.x operating system you will get
  57.    these options be default. If you desire, you can alter the default by
  58.    use of the -u flag ('u' for 'unit'.)
  59.    
  60.    Under 2.0 you have the options of '0', '1' and '3'. Zero ('0') gives
  61.    you the same behavior as the console device under 1.3.  Unit number one
  62.    ('1') gives you a character mapped display. This means that if you
  63.    resize the window, the text will be redrawn to match the new window
  64.    dimensions.  The use of option '3' gives you the character mapped
  65.    display as well as the ability to do cut-and-paste operations between
  66.    console windows (the Amiga's CLI for example.) The default under 2.0 is
  67.    '3'. See the AmigaDOS 2.0 manuals for more information on these
  68.    features.
  69.    
  70.    A side benefit of this option is that it allows you to resize the rlogin
  71.    window down to a very small size. Such resizing is NOT available under
  72.    earlier ( < 2.0 ) operating systems or if you don't set the -u flag to
  73.    either '1' or '3'. The default is option 3 which gives you both character
  74.    mapping and cut & paste.
  75.    
  76.    Under the 1.3 operating system you have only '0' (the default)
  77.    
  78.    USAGE:          -u <option>
  79.            
  80.    EXAMPLE:        -u 0
  81.                    -u 1
  82.    
  83.    DEFAULT:         Under OS 2.0 the default is   '-u 3'
  84.                     Under OS 1.3 the default is   '-u 0'
  85.    
  86.    --------
  87.    
  88.    TermType:       -t
  89.    
  90.    The termtype flag ( '-t' ) allows the user to tell the host what what
  91.    his terminal type is. This is handy for using different termcap or
  92.    terminfo files. There is a direct relationship between what Rlogin
  93.    passes as it's termtype and which termcap or terminfo the host will use
  94.    for you.
  95.    
  96.    The termtype also passes a requested baud rate for your session.  The
  97.    host may or may not honor this, however.
  98.    
  99.    The default for Rlogin (what it will tell the host if you don't use the
  100.    -t flag) is:
  101.    
  102.            RLamiga/9600
  103.    
  104.    The termcap that accompanies this release has it's identifiers matching
  105.    the default termtype of Rlogin.
  106.    
  107.    The included termcap file can be converted to a terminfo entry for use
  108.    with applications that use terminfo, as is common on System V Unix
  109.    machines.  The System V "captoinfo" and "tic" commands can be used to
  110.    convert termcap files into terminfo form.  The file terminfo.src is
  111.    included for those who do not have the captoinfo command.  See the
  112.    captoinfo and tic man pages.
  113.    
  114.    
  115.    
  116.    USAGE:          -t <termtype/baud>
  117.    
  118.    EXAMPLE:        -t myterm/9600
  119.    
  120.    DEFAULT:        -t RLamiga/9600
  121.    
  122.    
  123.    --------
  124.    
  125.    
  126.    LeftEdge:       -x
  127.    
  128.    
  129.    This flag allows you to specify the horizontal position of the left
  130.    edge of the window (if you are using a window and not a screen.)
  131.    
  132.    USAGE:          -x <position>
  133.    
  134.    EXAMPLE:        -x 100
  135.    
  136.    DEFAULT:        -x 0 (zero)
  137.    
  138.    
  139.    --------
  140.    
  141.    
  142.    TopEdge:        -y
  143.    
  144.    
  145.    This flag allows you to specify the vertical position of the top edge
  146.    of the window (if you are using a window and not a screen.)
  147.    
  148.    USAGE:          -y <position>
  149.    
  150.    EXAMPLE:        -y 100
  151.    
  152.    DEFAULT:        -y 0 (zero)
  153.    
  154.    
  155.    --------
  156.    
  157.    
  158.    Width:  -w
  159.    
  160.    
  161.    This flag allows you to specify the width of the window. (if you are
  162.    using a window and not a screen.)
  163.    
  164.    USAGE:          -w <width>
  165.    
  166.    EXAMPLE:        -w 700
  167.    
  168.    DEFAULT:  If you open RLogin in a window, it will attempt to open the
  169.              window to a width that will give you a full 80 columns of
  170.              text.  This value is calculated from the current text that
  171.              you are using. If the width value that it calculates turns
  172.              out to be larger than the width of the screen, the window
  173.              will open to the screen's width.
  174.            
  175.    
  176.    
  177.    --------
  178.    
  179.    
  180.    Height:         -h
  181.    
  182.    
  183.    This flag allows you to specify the height of the window. (if you are
  184.    using a window and not a screen.)
  185.    
  186.    USAGE:          -h <height>
  187.    
  188.    EXAMPLE:        -h 500
  189.    
  190.    DEFAULT:  If you open RLogin in a window, it will attempt to open the
  191.              window to a height that will give you a full 24 lines of
  192.              text. This value is calculated from the current text that you
  193.              are using. If the height value that it calculates turns out
  194.              to be larger than the height of the screen, the window will
  195.              open to the screen's height.
  196.            
  197.    
  198.    
  199.    --------
  200.    
  201.    
  202.    Screen:         -c
  203.    
  204.    This flag tells Rlogin to open as an Amiga custom screen instead of as
  205.    a window on the Amiga Workbench. This flag overrides any and all
  206.    position and size flags.
  207.    
  208.    USAGE:          -c
  209.    
  210.    DEFAULT:        Off
  211.