From owner-freebsd-questions@FreeBSD.ORG Tue May 11 20:14:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB3A816A4CF for ; Tue, 11 May 2004 20:14:08 -0700 (PDT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F4043D55 for ; Tue, 11 May 2004 20:14:08 -0700 (PDT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 1BNkC7-0004re-00 for freebsd-questions@freebsd.org; Tue, 11 May 2004 23:14:07 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16545.38526.682883.156432@jerusalem.litteratus.org> Date: Tue, 11 May 2004 23:14:06 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <004001c437ce$2e3b37c0$6401a8c0@Nomad> References: <20040512030140.61217.qmail@web20501.mail.yahoo.com> <004001c437ce$2e3b37c0$6401a8c0@Nomad> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Subject: RE: Help: Speeding up Boot Process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2004 03:14:08 -0000 Eric Crist writes: > You can send a program into the background by trailing the command with > &&. So, if you want to run amp (an mp3 player), you could simply type: > > # amp song.mp3 && I thought '&' was background and "&&" meant "execute the foillowing command only if the previous command completed without error"? > An easier solution is to login to a second virtual terminal by > hitting Alt-F2 (all the way up to F7). Then just switch back by > pressing Alt-F1, or whichever terminal you were on before. And its Ctl-Alt-Fn, not Alt-Fn on my -Current system Robert Huff