From owner-freebsd-questions@FreeBSD.ORG Fri Aug 22 20:12:53 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 C9A841065671 for ; Fri, 22 Aug 2008 20:12:53 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 73B338FC1B for ; Fri, 22 Aug 2008 20:12:53 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id m7MKCpSq047461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 22 Aug 2008 15:12:51 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.2/Submit) id m7MKCnSO047458; Fri, 22 Aug 2008 15:12:49 -0500 (CDT) (envelope-from dan) Date: Fri, 22 Aug 2008 15:12:49 -0500 From: Dan Nelson To: Robe Message-ID: <20080822201249.GA32727@dan.emsphone.com> References: <221c791e0808221305t570240eegeb3d115a2df98c2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <221c791e0808221305t570240eegeb3d115a2df98c2@mail.gmail.com> X-OS: FreeBSD 7.0-STABLE User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-questions@freebsd.org Subject: Re: Changing the default colors in the console 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: Fri, 22 Aug 2008 20:12:53 -0000 In the last episode (Aug 22), Robe said: > Hi there, > > I'm trying to change the default color for the directories using the > following command to see them with purple color > > setenv LS_COLORS "di=01;35" > > but when I use the following command > > ls -G I think you want LSCOLORS instead. See the ls manpage. -- Dan Nelson dnelson@allantgroup.com