From owner-freebsd-questions@FreeBSD.ORG Thu May 11 17:44:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6D84E16A556 for ; Thu, 11 May 2006 17:44:50 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B60143D48 for ; Thu, 11 May 2006 17:44:49 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k4BHif0V054565; Thu, 11 May 2006 12:44:42 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <44637804.6070501@daleco.biz> Date: Thu, 11 May 2006 12:44:36 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.2) Gecko/20060509 SeaMonkey/1.0.1 MIME-Version: 1.0 To: Robert Davison References: <20060511172030.81600.qmail@web25006.mail.ukl.yahoo.com> In-Reply-To: <20060511172030.81600.qmail@web25006.mail.ukl.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: showing hidden files by default 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: Thu, 11 May 2006 17:44:54 -0000 Robert Davison wrote: > I've been running 6.1 RC-1 for a couple of weeks with > no problem. I've just installed a fresh copy of 6.1 > roduction and when logging in as root am able to see > (.)hidden files when running the 'ls' command. Is this > normal, or is there something that I need to change to > ensuer that the (.) files stay hidden unless i use ls -a > > > It's normal. From ls(1): ---------------------------------------------------------- The following options are available: -A List all entries except for . and ... Automatically set for the super-user unless -I is specified. ---------------------------------------------------------- Kevin Kinsey