The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
use of ssh in scripts
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
use of ssh in scripts
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
11-15-2005
Raom
Registered User
Join Date: Sep 2005
Location: india
Posts: 78
you want to run commands on remote machine r something else.
then u can use
rsh -l username host "command1;command2;so on"
Last edited by Raom; 11-15-2005 at
10:07 PM
.
Raom
View Public Profile
Visit Raom's homepage!
Find all posts by Raom