Penguin
Note: You are viewing an old revision of this page. View the current version.

Signal: Terminal Input on Background Process

The process is trying to read from a terminal that it no longer is the controlling terminal for. This process will be stopped until a SIGCONT is sent. This signal can be caught and ignored, see SIGTSTP, SIGSTOP and SIGCONT