From owner-freebsd-questions Tue Nov 26 5:58:44 2002 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 E059A37B401 for ; Tue, 26 Nov 2002 05:58:42 -0800 (PST) Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 8BE0B43E88 for ; Tue, 26 Nov 2002 05:58:41 -0800 (PST) (envelope-from CapM@gmx.net) Received: (qmail 32439 invoked by uid 0); 26 Nov 2002 13:58:37 -0000 Date: Tue, 26 Nov 2002 14:58:37 +0100 (MET) From: Pascal Giannakakis To: "Özgür Özaslan" Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 References: <002301c29552$f4403260$0d0d4ba0@ozguro> Subject: Re: changing directory listing type X-Priority: 3 (Normal) X-Authenticated-Sender: #0000945514@gmx.net X-Authenticated-IP: [195.82.64.130] Message-ID: <10178.1038319117@www20.gmx.net> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi, > I'm a new FreeBSD user and using FreBSD 4.6.2. I wonder if it is possible > to > colour directories in blue or symbolic links to another like linux > systems. > Now all them are in the same white colour. Is this simple? Thanks... # man ls The solution is "ls -F". If you want to bind it permanently, edit your ~/.cshrc and add a line like this: alias ls ls -F You might consider this as more usefull: alias ll ls -alF -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message