Execute command in remote

Hi,

How to execute unix commands in remote unix servers?

Thanks,
Pintu

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.

Use 'rcmd', providing you've set up your .rhosts file.