Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!newstop!texsun!convex!convex.COM From: tchrist@convex.COM (Tom Christiansen) Newsgroups: comp.unix.questions Subject: Re: where does rsh get it's path from? Keywords: rsh, path Message-ID: <108878@convex.convex.com> Date: 17 Nov 90 00:39:17 GMT References: Sender: news@convex.com Reply-To: tchrist@convex.COM (Tom Christiansen) Organization: CONVEX Software Development, Richardson, TX Lines: 10 If your shell is the csh, then it will source your .cshrc upon rsh's and rcp's. Put this there at the top: set path = ...... if ( ! $?prompt ) exit Many people put their paths in their .login files. This is unfortunate. I'd swear this is the thirtieth time I've answered this one. --tom