![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Telnet help | mrice | UNIX for Dummies Questions & Answers | 1 | 08-11-2007 10:10 AM |
| TELNET help | seshumohan | Windows & DOS: Issues & Discussions | 1 | 03-08-2007 02:13 AM |
| telnet with ksh | taboaspedro | Shell Programming and Scripting | 2 | 12-30-2005 08:04 AM |
| Telnet | vtran4270 | UNIX for Advanced & Expert Users | 1 | 09-16-2002 11:17 AM |
| getting on to telnet | tamworther | UNIX for Dummies Questions & Answers | 1 | 08-20-2002 01:50 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
telnet
Now my task is
there are two servers A and B. i only can put unix script in server A and database is on server B. can I write a script in serer A which could telnet to server B and run the script which include sql script and save the output file in server A. did I make my problem clear? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
yes - "man rsh" or "man ssh", depending on wether you allow insecure connections or not.
Hope this helps. bakunin |
|
#3
|
|||
|
|||
|
Thanks, I will check it tomorrow.
|
|||
| Google The UNIX and Linux Forums |