What command will let me run a script/command on a remote machine? Anything I need to have in place to get this remote execution to work?

Thanks!

rsh or ssh. rsh is insecure but very easy to setup. ssh is secure and there are many tutorials available on how to set it up (such as this one ). Note that an ssh server needs to be running on the remote machine you want to run the commands on.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.