Original problem:
>
>
> I get the following error message when trying to execute a remote
> command using rsh.
>
> stty: TCGETS: Operation not supported on socket
> stty: TCGETS: Operation not supported on socket
Solution:
Put stty commands in the ~/.login (or ~/.profile) file
instead of the ~/.cshrc file.
Alternatively, only execute stty commands in the ~/.cshrc
file if the shell is interactive:
if ($?prompt) then
stty ...
endif
-Dave Weitzel
weitzel@burke.com
Cincinnati, Oh
This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:08:57 CDT