From owner-freebsd-questions@FreeBSD.ORG Sat Aug 23 08:18:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C99A106564A for ; Sat, 23 Aug 2008 08:18:21 +0000 (UTC) (envelope-from sgeorge.ml@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.240]) by mx1.freebsd.org (Postfix) with ESMTP id 561148FC16 for ; Sat, 23 Aug 2008 08:18:20 +0000 (UTC) (envelope-from sgeorge.ml@gmail.com) Received: by ag-out-0708.google.com with SMTP id 8so1834200agc.3 for ; Sat, 23 Aug 2008 01:18:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=qL/BldKlmYQrAkc+ECj1haRO7hcNbp+eLllBznxk/IU=; b=ZNyX2s8S5taEc7tf/dT3Ld9XrhXZdy7hkN7k05aoY6fqQxT6JIiSc+4Bc38fabPl3t uC6sL7F2kfhuDqrL9SmWIfNJqD9lECf0OdpYOx/hThoA7bGAJ1e2fEGEabDnaQ9qMBY3 El8R5fbdv/Gez2jgU9Yx+o1WC8QsxSfW+HMAs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=d6HQ75+tK8WPEpFpC1guwEOt5KC9JYF9Hw09C6XZXeUTcjkr75PwD/8W1xYb6D8JWB FndRO+J9ki0qoGQAGIxzjztZwqfhc2R4+R33UTOYwHZRTaczDx+fILyN7FTX49PnB9aL 06qE9YD/yHacgDOabtwgEkMvCY/XnfYbMdnTw= Received: by 10.90.27.5 with SMTP id a5mr2559990aga.85.1219478792728; Sat, 23 Aug 2008 01:06:32 -0700 (PDT) Received: by 10.90.116.19 with HTTP; Sat, 23 Aug 2008 01:06:32 -0700 (PDT) Message-ID: Date: Sat, 23 Aug 2008 13:36:32 +0530 From: "Siju George" To: "freebsd list" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Closing the terminal results in closing of application started by the terminal even if the processes is backgrounded X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2008 08:18:21 -0000 Hi, I started Firefox from an xterm. Then I pressed +Z And the I typed bg to background Firefox process. But when I close xterm firefox also closes. Why is that? thanks Siju