![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | 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 |
| Cut command on a remote machine using rsh | eamani_sun | Shell Programming and Scripting | 1 | 06-04-2008 06:33 PM |
| Command to set locale for my linux machine | eamani_sun | Linux | 1 | 05-16-2008 02:04 PM |
| Execute command from terminal on remote machine | Ranu | Shell Programming and Scripting | 0 | 10-09-2007 01:13 AM |
| what is the Command used to check Connected tape Drive is detected by HP UX machine | sunanda | HP-UX | 5 | 08-08-2007 01:46 AM |
| command to know disk controllers in a machine | reply2priyanka | UNIX for Dummies Questions & Answers | 3 | 04-19-2005 04:58 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
how to run a command in different machine using SSH
how to run a command in different machie
in my case script will runs in solaries machine.. in one instance it has to run a command in different machine with different operating system ( linux ) using SSH command i tried ssh -l (login_name) (machine name/host ) " command " but it is not working is there any enviroment set i need to do ? |
| Forum Sponsor | ||
|
|
|
|||
|
And it failed ... how?
If you get error messages and don't post them here, you are wasting time. The double quotes are not necessary unless you need to protect something in the command line from the local shell. |
|||
| Google UNIX.COM |