From owner-freebsd-questions@FreeBSD.ORG Thu Mar 31 23:17:23 2005 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 224E216A4CE for ; Thu, 31 Mar 2005 23:17:23 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA4BC43D46 for ; Thu, 31 Mar 2005 23:17:22 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so516486rng for ; Thu, 31 Mar 2005 15:17:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=dSviuv5hgZL2MVGNEvTEGu9WCqTXEYHT+Dsgsa8q6/P/qBEBkpWP5H8ZMzeWYJ5qZ0ZPrStUlSFyjuM+HUyhb0tCZ9sEA93pz2DtT3GzqovrzfGbwJIlx3okGemytWrIOmphJWf/rhj+JyldjwwzAPKvB6PY5f4SAHNboMK5dAc= Received: by 10.38.72.79 with SMTP id u79mr2213304rna; Thu, 31 Mar 2005 15:17:22 -0800 (PST) Received: by 10.38.74.23 with HTTP; Thu, 31 Mar 2005 15:17:22 -0800 (PST) Message-ID: Date: Fri, 1 Apr 2005 01:17:22 +0200 From: Gert Cuykens To: "albi@scii.nl" In-Reply-To: <20050401011050.555a4819.albi@scii.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050401011050.555a4819.albi@scii.nl> cc: freebsd-questions@freebsd.org Subject: Re: .xinitrc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2005 23:17:23 -0000 On Fri, 1 Apr 2005 01:10:50 +0200, albi@scii.nl wrote: > On Fri, 1 Apr 2005 01:06:15 +0200 > Gert Cuykens wrote: > > > How do you start two things ? > > > > exec unclutter -root > > exec enlightenment > > > > When i do this it only execute the first one > > exec unclutter -root & > exec enlightenment > thx ps what is the difference between exec and without exec