<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Bob:<BR>
 <BR>
I did your experiment, and did use tty2 and tty3<BR>
 <BR>
On the first attempt, it worked with no errors.<BR>
On tty3 the output showed like this:<BR>
 <BR>
"<A href="mailto:root@linux">root@linux</A>:~# foobar"<BR>
 <BR>
Notice that on this output, it includes the command promt.<BR>
 <BR>
 <BR>
Now I did not use the CHOWN command as again, I had no errors.<BR>
 <BR>
 <BR>
So, on tty2 I did the second test using the "2>&1" at the end.<BR>
This also worked. On tty3 the output was this:<BR>
 <BR>
"foobar"<BR>
 <BR>
 <BR>
Notice this time there was no command prompt prefixing the "foobar".<BR>
 <BR>
So, both tests are completed.<BR>
 <BR>
What did they tell you?<BR>
 <BR>
Bill<BR>

 <BR>
 <BR>
 <BR>
Date: Sat, 5 Feb 2011 12:27:14 -0500<BR>From: k8rra@ameritech.net<BR>To: nos-bbs@tapr.org<BR>Subject: Re: [nos-bbs] JNOS TTY console - No Visual<BR><BR><BR><PRE>OK Bill -- got time for an experiment?<BR> <BR>Select an unused tty console and log in - say tty2.<BR>Select another unused tty to observe - say tty3.<BR>On tty2 session, run the following command:<BR>  ...$ exec echo "foobar" >  /dev/tty3<BR>Switch to tty3 to validate the text is displayed now.<BR>Log in again on tty2 [the "exec" will result in a logout].<BR>If this fails for the reason of "permission denied"<BR> <BR>    then do this:<BR>       ...$ sudo chown me /dev/tty3<BR>                        where: "me" is the UID that you are logged in<BR>    under on tty2<BR>    Now repeat the first command<BR> <BR>Presuming success with the first command by now, add to the command per:<BR>  ...$ exec echo "foobar" >  /dev/tty3  2>&1<BR>Again switch to tty3 to see the new text.<BR> <BR></PRE>                                     </body>
</html>