![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SCO Santa Cruz Operation (SCO) was a software company based in Santa Cruz, California which was best known for selling three UNIX variants for Intel x86. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Execute command from terminal on remote machine | Ranu | Shell Programming and Scripting | 0 | 10-09-2007 01:13 AM |
| execute a command in remote | ZINGARO | UNIX for Dummies Questions & Answers | 3 | 08-08-2006 07:16 AM |
| How to execute a remote file with local command | Veera_Raghav | HP-UX | 0 | 06-10-2006 11:21 AM |
| Question about how to execute command on the Sorias from the remote. | GCTEII | Shell Programming and Scripting | 3 | 06-06-2006 08:48 PM |
| Remote execute a file via ftp | giannicello | UNIX for Dummies Questions & Answers | 4 | 01-17-2003 07:47 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Execute command in remote
Hi,
How to execute unix commands in remote unix servers? Thanks, Pintu |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
You can ssh in and do things interactively. You can also use ssh to run a command with out going to a shell prompt. Exp: ssh user@host "ls -l"
There is also rsh, but that's probably only an option if your in private IP space. |
|
#3
|
|||
|
|||
|
Use 'rcmd', providing you've set up your .rhosts file.
|
|||
| Google The UNIX and Linux Forums |