From owner-freebsd-questions@FreeBSD.ORG Tue May 11 20:34:46 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 6C1E016A4CE for ; Tue, 11 May 2004 20:34:46 -0700 (PDT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5F0643D31 for ; Tue, 11 May 2004 20:34:45 -0700 (PDT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) i4C3YdFY011919; Tue, 11 May 2004 22:34:39 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" To: "'Robert Huff'" , Date: Tue, 11 May 2004 22:33:54 -0500 Message-ID: <004501c437d1$f4788c50$6401a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <16545.38526.682883.156432@jerusalem.litteratus.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal 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:34:46 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Robert Huff Sent: Tuesday, May 11, 2004 10:14 PM To: freebsd-questions@freebsd.org Subject: RE: Help: Speeding up Boot Process 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"? You're correct here.... My bad. > 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 On my system, unless you're in X, it's Alt-Fn (you have to do Ctl-Alt-Fn from an X session).