Re: screen question?

2016-09-22 Thread jd1008
On 09/22/2016 03:13 PM, Pete Travis wrote: On Sep 22, 2016 12:49 PM, "bruce" > wrote: > > Hey guys. > > Trying to get my heads around something. I'm looking to automate a process. Basically, I want to kick off/initiate a number of processes on remote boxes. I've

Re: screen question?

2016-09-22 Thread Pete Travis
On Sep 22, 2016 12:49 PM, "bruce" wrote: > > Hey guys. > > Trying to get my heads around something. I'm looking to automate a process. Basically, I want to kick off/initiate a number of processes on remote boxes. I've looked at different online sites, but I'm missing something.. > > I can ssh into

Re: screen question?

2016-09-22 Thread Matthew Miller
On Thu, Sep 22, 2016 at 01:48:59PM -0400, bruce wrote: > ssh into the remote box > create the screen session (with a name I define) > access the screen session, and then fire up/start my process Do steps 2 and 3 need to be separate? -- Matthew Miller Fedora Project Leader _

Re: screen question?

2016-09-22 Thread fred roller
Pipe commands to ssh similar to dd | ssh . This in turn could maybe be cron'd? Just a thought. Fred On Sep 22, 2016 1:49 PM, "bruce" wrote: > Hey guys. > > Trying to get my heads around something. I'm looking to automate a > process. Basically, I want to kick off/initiate a number of processes