Solaris Common Messages and Troubleshooting Guide

Action

The solution is to move the invokation of the stty(1) command to the user's .login (or equivalent) file. Alternatively, execute the stty(1) command in .cshrc only when the shell is interactive. Here is a test to do that:


if ($?prompt) stty ...