Solaris Common Messages and Troubleshooting Guide

Action

The solution is to move the invocation 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. You could perform the following test:


if ($?prompt) stty ...