Re: Launching a telnet session from a process

2007-01-17 Thread Garrett Cooper
On Jan 17, 2007, at 10:49 AM, Michael P. Soulier wrote: On 1/17/07, Kailas Ramasamy [EMAIL PROTECTED] wrote: Hi, How do I launch a telnet session from a process and tell that session to use console port (/dev/console) for stdin and stdout?. Appreciate your help. I read through fork() and

Re: Launching a telnet session from a process

2007-01-17 Thread Kailas Ramasamy
Hi Garret, Thanks for the info. -Kailas On 1/17/07, Garrett Cooper [EMAIL PROTECTED] wrote: On Jan 17, 2007, at 10:49 AM, Michael P. Soulier wrote: On 1/17/07, Kailas Ramasamy [EMAIL PROTECTED] wrote: Hi, How do I launch a telnet session from a process and tell that session to use

Launching a telnet session from a process

2007-01-17 Thread Kailas Ramasamy
Hi, How do I launch a telnet session from a process and tell that session to use console port (/dev/console) for stdin and stdout?. Appreciate your help. I read through fork() and exec() man pages but it is not mentioned there. Thanks Kailas ___

Re: Launching a telnet session from a process

2007-01-17 Thread Michael P. Soulier
On 1/17/07, Kailas Ramasamy [EMAIL PROTECTED] wrote: Hi, How do I launch a telnet session from a process and tell that session to use console port (/dev/console) for stdin and stdout?. Appreciate your help. I read through fork() and exec() man pages but it is not mentioned there. Personally