![]() |
|
|
|
|
|||||||
| 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 |
| Exit from telnet when run Remotely | venu_nbk | UNIX for Dummies Questions & Answers | 10 | 06-19-2007 06:09 PM |
| Running UNIX commands remotely in Windows box from Unix box – avoid entering password | D.kalpana | UNIX for Dummies Questions & Answers | 1 | 04-20-2007 02:24 AM |
| Running an Interactive Program Remotely | Terrible | Shell Programming and Scripting | 3 | 10-19-2006 08:48 PM |
| telnet, ftp is running but can't connect from outside | Micz | UNIX for Dummies Questions & Answers | 0 | 01-14-2006 07:15 PM |
| Unix Commands for Telnet | Sorcerer | Security | 2 | 01-03-2002 06:20 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
running commands with remotely with Telnet
i have a box here that can only be accessed with telnet. now, i was wondering if anyone know of a way of which i can run a command on that box remotely.
|
| Forum Sponsor | ||
|
|
|
|||
|
I don't get very well your question... If you are logged using telnet protocol on that machine... every command that you will shoot will be run on that machine. If you are talking about running these command without beeing logged, then look at the nohup command or use cron.
|