in reply to Re^2: stty: standard input: Invalid argument
in thread stty: standard input: Invalid argument

It says right in the error message that it's stty running, so that's definitely what's going on.

As for what file is running it, just put an "echo TOP", "echo MIDDLE", and "echo BOTTOM" in the top, middle and bottom of your /etc/profile or whatever, and in whatever files he might call or source.

Move those echoes around to search for the stty in a binary fashion.

  • Comment on Re^3: stty: standard input: Invalid argument