home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: vmsnet.networks.tcp-ip.ucx
- Path: sparky!uunet!ukma!netsys!decwrl!pa.dec.com!nntpd2.cxo.dec.com!nntpd.lkg.dec.com!MyTH
- From: MyTH@ucx.lkg.dec.com (M. T. Hollinger)
- Subject: Re: Setting up RSH proxies
- Message-ID: <1992Nov11.225638.23925@nntpd.lkg.dec.com>
- Originator: MyTH@hageln.ucx.lkg.dec.com
- Keywords: RSH
- Lines: 19
- Sender: usenet@nntpd.lkg.dec.com (USENET News System)
- Reply-To: MyTH@ucx.lkg.dec.com (M. T. Hollinger)
- Organization: Digital Equipment Corporation
- References: <lg2fvdINNg78@news.bbn.com>
- Date: Wed, 11 Nov 1992 22:56:38 GMT
-
-
- In <lg2fvdINNg78@news.bbn.com>, Regis McEwen writes:
- > On an Un*x box I'm issuing the commands:
- >
- > rsh vax "sh process"
-
- You need to specify the remote username, if different:
-
- rsh vax -l vmsuser show process
-
- This is nothing unique to VMS or UCX; you have to specify the remote
- username when using "rsh" between two UNIX systems, too, if it isn't
- the same as the local username.
-
- You may find the CASE_INSENSITIVE flag to be useful also, if you have
- trouble remembering where to put quotes and what should be in lower
- case.
-
- - MyTH
-