From owner-freebsd-questions Tue May 27 00:49:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA02059 for questions-outgoing; Tue, 27 May 1997 00:49:27 -0700 (PDT) Received: from revolution.3-cities.com (msmith@revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA02053 for ; Tue, 27 May 1997 00:49:25 -0700 (PDT) Received: (from msmith@localhost) by revolution.3-cities.com (8.7.4/8.7.3) id AAA16276 for freebsd-questions@freebsd.org; Tue, 27 May 1997 00:45:05 -0700 (PDT) From: Mark D Smith Message-Id: <199705270745.AAA16276@revolution.3-cities.com> Subject: rsh/ksh problems To: freebsd-questions@freebsd.org Date: Tue, 27 May 1997 00:45:04 -0700 (PDT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings, I'm having a nasty problem that I can't quite track down. I have the .rhosts file properly created. when i say "rsh machine2 ls" I get the output from ls. OK, fine. Now I say "rsh machine2 rmt" and it says ksh: rmt: not found. Hmm, now I say "rsh machine2 set" and I get the path as being PATH='/usr/bin:/bin'. For some reason, the remote ksh is not picking up the path in /etc/profile or $HOME/.profile. Am I doing something wrong here? How do I get the remote ksh to pick up the path that I need? thanks Mark