From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24499 invoked by alias); 11 Aug 2013 13:49:10 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17916 Received: (qmail 22068 invoked from network); 11 Aug 2013 13:48:57 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at xomit.de does not designate permitted sender hosts) Date: Sun, 11 Aug 2013 15:41:03 +0200 From: Timo Schmidt To: zsh-users@zsh.org Subject: Re: Really into the backgroung... Message-ID: <20130811134102.GA2688@blacky.xomit.de> Mail-Followup-To: zsh-users@zsh.org References: <20130811124756.GA23837@solfire> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130811124756.GA23837@solfire> On Sun 11.08.2013 14:47, meino.cramer@gmx.de wrote: > > Is there any chance to detach the running process, which > compiles the kernel, from the ssh-session in a way that > I am able to reboot the PC without breaking the kernel > compilation Use tmux or screen. -Timo