Thank you so much! On Fri, Apr 10, 2015 at 2:16 AM, Alvaro Miranda Aguilera <[email protected]> wrote:
> use something like screen or tmux > > I suggest tmux, as you can disconnect and reconnect to the running session > > tmux > ctrl-b c > command 1 > ctrl-b c > command 2 > > control-b 0 go to term0 > control-b 1 go to term1 > > control-b d disconnect > > then later > > tmux a > > Alvaro. > > On Fri, Apr 10, 2015 at 1:01 AM, Jalal Araidah <[email protected]> > wrote: > > This is what I did : > > > > [jalal@fed21 ~]# ls vagrants > > centos61 ubuntu8 debian7 > > > > cd centos61 > > vagrant share --ssh & > > cd .. > > > > > > cd ubuntu8 > > vagrant share --ssh & > > cd .. > > > > > > cd debian7 > > vagrant share --ssh & > > cd .. > > > > > > You mean I could do ps aux |grep 'vagrant share' ?? > > > > > > > > On Thursday, April 9, 2015 at 1:57:13 AM UTC+3, Alvaro Miranda Aguilera > > wrote: > >> > >> Hello, > >> > >> My understanding is the process keep running on the command line, > >> doesn't go to background.. so if this is you doing the share, you > >> should have the window open with the vagrant share command.. > >> > >> rite? > >> > >> > >> On Thu, Apr 9, 2015 at 9:34 AM, Jalal Araidah <[email protected]> > wrote: > >> > Hi > >> > > >> > I created a couple of virtual machines, I changed directory to each > one > >> > of > >> > them, and did : > >> > vagrant share --ssh > >> > > >> > Is there a way to list what vms are shared from the command line ? I > do > >> > realize they are listed under 'shares' in atlas.hashicorp.com, but I > >> > know > >> > to show from the CLI > >> > > >> > TIA. > >> > > >> > -- > >> > You received this message because you are subscribed to the Google > >> > Groups > >> > "Vagrant" group. > >> > To unsubscribe from this group and stop receiving emails from it, send > >> > an > >> > email to [email protected]. > >> > For more options, visit https://groups.google.com/d/optout. > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Vagrant" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Vagrant" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/vagrant-up/8uoYhaU3Lyw/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
