From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27708 invoked by alias); 2 Oct 2015 12:44:03 -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: 20677 Received: (qmail 6102 invoked from network); 2 Oct 2015 12:44:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Biglobe-Sender: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Really detaching jobs From: "Jun T." In-Reply-To: <20151002115632.GA13749@linux.vnet.ibm.com> Date: Fri, 2 Oct 2015 21:43:58 +0900 Content-Transfer-Encoding: 7bit Message-Id: References: <20151002115632.GA13749@linux.vnet.ibm.com> To: zsh-users@zsh.org X-Mailer: Apple Mail (2.1878.6) X-Biglobe-Spnum: 52827 2015/10/02 20:56, Dominik Vogt wrote: > Is there a way to *really* detach the job so that it will complete > if I close the terminal emulator or kill the ssh connection? You may try GNU screen: https://www.gnu.org/software/screen/ It has a "detach" command, which is exactly what you want. Searching the net for "GNU screen" will find lots of introductions and tutorials.