Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Unix Chat thru TELNET - newbie Post 302292616 by SABHARISH on Sunday 1st of March 2009 12:31:18 AM
Old 03-01-2009
Question Unix Chat thru TELNET - newbie

Hello all,
I am new to Linux here..am doing my 1st year engineering with majors in computer software. This is the first time I am encountering a UNIX system in school to work practically. I was just through the basec Linux Terminal commands of creating new file, editing, shell programs etc.
In my school the UNIX lab goes like this..Redhat Fedora linux distribution is installed standalone in one computer..and ther other computers are networked to it. Say 9 computers run Windows and the 10th one runs Redhat. The 10th one acts as the server as per the information given by my professor. Students work on the other 9 computer with WIndows...and Prof works with the 10th. Generally we are instructed to go to Run> and type "telnet 10.1.2.150" ..after pressing enter, a new black window opens where we type in the Username and password to login to the UNix server. The point is all the other 9 computers use the same username and password for logging in to the unix server. There is a separate directory named "pmrcse" for our department within which we create our files, and other things using unix commands. All these runs within that telnet window. When I type the "who" command, I see the following:
root pts/0 Apr 23 10:43 (:0)
root pts/1 May 6 18:19 (:0.0)
pmrcse pts/3 May 6 18:20 (10.1.2.21)
pmrcse pts/5 May 6 18:23 (10.1.2.10)
pmrcse pts/7 May 6 18:34 (10.1.2.11)
pmrcse pts/9 May 6 18:21 (10.1.2.4)

From this I guess that 4 computers out of the other 9 windows systems have connected to the Unix server thru telnet.
My system is the one with the IP 10.1.2.11 pts/7
""Now if I want to chat with the other system , say pts/9 using the "talk" command or "write" command.. How do I do that?""
I tried entering "talk pmrcse@10.1.2.4" ..but its wasnt fruitful..Is there any feature that need to be enabled in the Redhat system for using the "talk" command?

Thanks in advance!
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Newbie Q: telnet help

Hi, I'm want to automate my connect and login ID to Solaris from WinXP. I can use telnet <server name> as a shortcut to avoid typing the server name each time I connect. I want to have this shortcut also enter in my Unix username. Using telnet /? it looks as if this is possible using telent... (1 Reply)
Discussion started by: yankee428
1 Replies

2. UNIX for Dummies Questions & Answers

Unix chat

Hello.. Can anyone tell me how to start chatting in unix....i've got putty installed in my comp.... Thanks jamshed (1 Reply)
Discussion started by: jamshed.jafri
1 Replies

3. UNIX for Dummies Questions & Answers

UNIX newbie NEWBIE question!

Hello everyone, Just started UNIX today! In our school we use solaris. I just want to know how do I setup Solaris 10 not the GUI one, the one where you have to type the commands like ECHO, ls, pwd, etc... I have windows xp and I also have vmware. I hope I am not missing anything! :p (4 Replies)
Discussion started by: Hanamachi
4 Replies

4. Web Development

Can you embed Skype or any other video chat/chat program into a webpage?

Hi, I am trying to embed Skype or any other video chat/chat program into a webpage. Has anyone had success doing this? or know how? Thanks Phil (2 Replies)
Discussion started by: phil_heath
2 Replies

5. What is on Your Mind?

Very Funny and Somewhat Amazing 2006 Chat Bot Chat

Working on the badging system, Just found this old thread for 2006 and started reading it. ROTFL ... what a great discussion between forum members and our chat bot Gollum "back in the good old days"... You must check this out if you want a laugh and big smile: ... (1 Reply)
Discussion started by: Neo
1 Replies
telnetd(8c)															       telnetd(8c)

Name
       telnetd - DARPA TELNET protocol server

Syntax
       /etc/telnetd

Description
       The  server  supports the DARPA standard TELNET virtual terminal protocol.  The TELNET server is invoked when receives a connection request
       on the port indicated in the TELNET service description.

       The server operates by allocating a pseudo-terminal device for a client, then creating a login process which has  the  slave  side  of  the
       pseudo-terminal	as stdin, stdout, and stderr.  The server manipulates the master side of the pseudo terminal, implementing the TELNET pro-
       tocol and passing characters between the client and login process.

       When a TELNET session is started up, sends a TELNET option to the client side indicating a willingness to do remote echo of characters,	to
       suppress  go  ahead, and to receive terminal type information from the remote client.  If the remote client is willing, the remote terminal
       type is propagated in the environment of the created login process.  The pseudo terminal allocated to the client is configured  to  operate
       in cooked mode and with XTABS and CRMOD enabled.

       Aside  from  this  initial  setup, the only mode changes will carry out are those required for echoing characters at the client side of the
       connection.

       The server supports binary mode, suppress go ahead, echo, and timing mark.  It also allows a remote client to do binary, terminal type, and
       suppress go ahead.

Restrictions
       Some TELNET commands are only partially implemented.

       The TELNET protocol allows the exchange of the number of lines and columns on the user's terminal, but does not make use of them.

       The terminal type name received from the remote client is converted to lower case.

       The server never sends TELNET go ahead commands.

See Also
       telnet(1c), pty(4), tty(4), services(5), inetd(8c)

																       telnetd(8c)
All times are GMT -4. The time now is 11:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy