From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 17:00:12 2005 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 3F42F16A420 for ; Sat, 24 Dec 2005 17:00:12 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A73E43D67 for ; Sat, 24 Dec 2005 17:00:05 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EqCkO-000HNC-4U for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 12:00:04 -0500 Message-ID: <030101c608ab$788a57c0$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <200512241614.jBOGE5ww013572@clunix.cl.msu.edu> Date: Sat, 24 Dec 2005 10:59:57 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Two simple questions 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: Sat, 24 Dec 2005 17:00:12 -0000 >> Teilhard Knight wrote: >> > What is the command to see the hidden files and folders? And how to >> > unhide them? >> > >> > Teilhard. > > Micah's response is correct, but just an additional comment. > In FreeBSD UNIX, there are really no 'hidden' files. They are > all just files with names in a specific style - in most cases that > means they start with a dot (.). They are no different than other > file names as far as UNIX is concerned. They are no 'hidden' to > keep you from seeing them or doing things with them as in MS. > > But, because most of the time you do not want to waste display time > or space looking at those file names when you list files, many utilities > such as ls do not show then by default - they skip over them. In almost > all cases, to get those utilities to show them in their listings, you > just need to use a flag on the command - the -a flag in the case of ls. Thanks. One has to learn how to detatch oneself from Windows, huh? Teilhard.