Date: Wed, 16 Apr 2008 13:41:16 -0400 From: FreeBSD <freebsd@optiksecurite.com> To: Artem Kuchin <matrix@itlegion.ru> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: how to exec a process in a jail while being on the main host? Message-ID: <48063A3C.8020403@optiksecurite.com> In-Reply-To: <48062B06.3060501@itlegion.ru> References: <48062B06.3060501@itlegion.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Try `jexec JID 'command'` man jexec for more details... You can obtain the JID of your jails with the command `jls` Martin Artem Kuchin a écrit : > For example, i have an already runing jail with some JID and i am > logged in on the main host (which runs the jail). > How can i run a new process inside the jail with a known JID w/o > ssh-ing into that jail or doing a lot of strange > manupulations? > > I am asking, because i have about 20 jails running and each has a > running special control daemon which > changes a lot and often. When change occures i need then to enter each > jail as root, kill the old daemon, start the new one. > This take a lot of time and is really annoying. > > -- > Regards, > Artem > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48063A3C.8020403>