![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| send message to a remote system | rakeshou | UNIX for Dummies Questions & Answers | 5 | 10-02-2007 01:50 PM |
| error-when trying to send the message thru email. | MARY76 | Shell Programming and Scripting | 5 | 02-06-2007 01:10 PM |
| Send message from Unix to PC | mnagaya | UNIX for Dummies Questions & Answers | 3 | 03-21-2006 01:40 PM |
| How to Send warning message to user | sollin | Shell Programming and Scripting | 1 | 12-21-2005 01:16 AM |
| send message across terminals | ST2000 | UNIX for Dummies Questions & Answers | 2 | 12-06-2002 02:43 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
To send a message to another system
How to send a message to another unix terminal along with the date specified
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
(somehow double posted.....)
Last edited by sysgate; 06-06-2007 at 08:05 AM. Reason: (somehow double posted.....) |
|
#3
|
||||
|
||||
|
Code:
echo test `date` | wall |
|
#4
|
|||
|
|||
|
i need to send messages to three systems of the same network.
|
|
#5
|
|||
|
|||
|
Client Server Communication
You definately require to run some TCP/IP server on those system. You need not write any such server. You can use a marvolus tool named "NetCat (nc)". You can create a Shell Script and invoke that from "inet".
Other approach could be invoke such script from "r" (rsh, rexec) utilities, that may open some security threats. |
|||
| Google The UNIX and Linux Forums |