Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Comparing checksums of local/remote files.

by hydo (Monk)
on Aug 31, 2000 at 01:43 UTC ( [id://30418]=note: print w/replies, xml ) Need Help??


in reply to Comparing checksums of local/remote files.

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://30418]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-28 14:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found