where does rsh get it's path from?

Tom Christiansen tchrist at convex.COM
Sat Nov 17 11:39:17 AEST 1990


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



More information about the Comp.unix.questions mailing list