Communication Notes
Communication Notes
[1m or 5m]
The Interaction between two or more users on two or more different terminals is
called Communication.
In UNIX, communication is an excellent feature that enables the user to communicate
worldwide.
It supports various communication facilities provided using the write command, mail
command, talk command, etc.
UNIX can help facilitate communication among people.
Unix provides a rather rich set of communications tools
The first two communication utilities talk and write, deal with communications
between two users at different terminals.
• $telnet
• telnet> open cvr.ac.in
• Trying……
• Connected to cvr.ac.in
• ..
• Logout
• Connection closed by foreign host
• Quit-exits
• There are two commands to transfer files: get and put. Both of these commands are
made in reference to the local system. Therefore get copies a file from the remote system
to local system where as put
Write a file from the local system to the remote system.
Example: Syntax: $get file[new_file_name]
$put file[new_file_name]
• $ ftp voyager.fhda.edu
• Connected to voyager.fhda.edu.
• ……….
• Name:gilberg
• Password:
• Remote system type is unix
• ftp>
• Closing an ftp connection
• ftp>quit.
ffp>close