[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Omaha.pm] Net::SSH::Perl and sudo or su
Tony Simons wrote:
What I'm trying to do is get a perl script to move a file from tmp to
etc, or just simply write a config file to /etc on a ton of remote
systems.
You want to move a file from
server1:/etc
to
server1:/tmp
? Or is the tmp file on a different host? Is the other host a *nix box?
You can't just scp the file? Or use rsync?
I don't (yet) see why Perl is involved in solving your problem. :)
j