stty: TCGETS: Operation not supported on socket
2007-12-25 8:43:00
>
>
> 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
Cincinnati, Oh
Comments
Got something to say?
You must be logged in to post a comment.

