home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / vmsnet / networks / tcpip / ucx / 201 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.1 KB  |  34 lines

  1. Newsgroups: vmsnet.networks.tcp-ip.ucx
  2. Path: sparky!uunet!ukma!netsys!decwrl!pa.dec.com!nntpd2.cxo.dec.com!nntpd.lkg.dec.com!MyTH
  3. From: MyTH@ucx.lkg.dec.com (M. T. Hollinger)
  4. Subject: Re: Setting up RSH proxies
  5. Message-ID: <1992Nov11.225638.23925@nntpd.lkg.dec.com>
  6. Originator: MyTH@hageln.ucx.lkg.dec.com
  7. Keywords: RSH
  8. Lines: 19
  9. Sender: usenet@nntpd.lkg.dec.com (USENET News System)
  10. Reply-To: MyTH@ucx.lkg.dec.com (M. T. Hollinger)
  11. Organization: Digital Equipment Corporation
  12. References:  <lg2fvdINNg78@news.bbn.com>
  13. Date: Wed, 11 Nov 1992 22:56:38 GMT
  14.  
  15.  
  16. In <lg2fvdINNg78@news.bbn.com>, Regis McEwen writes:
  17. >     On an Un*x box I'm issuing the commands:
  18. >         rsh vax "sh process"
  19.  
  20. You need to specify the remote username, if different:
  21.  
  22.                 rsh vax -l vmsuser show process
  23.  
  24. This is nothing unique to VMS or UCX; you have to specify the remote
  25. username when using "rsh" between two UNIX systems, too, if it isn't
  26. the same as the local username.
  27.  
  28. You may find the CASE_INSENSITIVE flag to be useful also, if you have
  29. trouble remembering where to put quotes and what should be in lower
  30. case.
  31.  
  32.         - MyTH
  33.