<div dir="ltr"><div class="gmail_quote"><div dir="ltr"></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">For example, it is well known that "background processes" can't use the  terminal interface. But try start several xterm& (background xterms) and you will still get several fully functional xterm windows.</blockquote><div><br></div><div>background jobs may indeed output to the terminal, unless<br></div><div><font size="1"><span style="font-family:monospace,monospace"><span style="background-color:rgb(0,0,0)"><span style="color:rgb(255,255,255)">stty tostop</span></span></span><br></font></div><div>is in effect, whereupon the job will receive the TSTP signal upon attempting output to the terminal.  the default result of receiving TSTP is for the job to be stopped.<br></div><div><br></div><div>for exquisite confusion, background jobs may also input from the terminal.  if there's a setting that controls that, i'm unaware...<br></div></div></div>