chinzi wrote:
> hey i want to write a perl script for setting time on
remote linux
> machine ..
> how do i so that??
Just yesterday, you asked how to change a user's password
on a remote
machine. To that question, I gave you the answer of
"use Net::SSH".
This is the same question. The only difference is what
value you will
place in $command. Figure out how you would change the
user's password
or set the time if you *weren't* using Perl, and then put
those
commands in the $command argument to Net::SSH's connection
methods.
Paul Lalli
|