![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Comparing checksums of local/remote files.by hydo (Monk) |
on Aug 31, 2000 at 01:43 UTC ( #30418=note: print w/replies, xml ) | Need Help?? |
Before someone points it out,
my $remote_compare="rexec $host -l $user \"/usr/bin/chksum $file\"";Should actually be: my $remote_compare="rexec $host \"/usr/bin/chksum $file\"";In testing, I was prompted for a password whenever I used '-l $user' even if I was running as the same user. Luckily, I am running the script as the same user as $user.
In Section
Seekers of Perl Wisdom
|
|