From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: interface to ask is a file is hidden Date: Fri, 10 Oct 2008 18:25:18 -0400 Message-ID: <20081010222518.GA7669@infradead.org> References: <641322f90810101222p3ff36ac3va9057b9958d2abf2@mail.gmail.com> <20081010192104.GD19500@unused.rdu.redhat.com> <20081010193503.GE23734@samba1> <641322f90810101300v3ab5fc15hb20fca0374ebe4b4@mail.gmail.com> <20081010215722.GG8645@mit.edu> <641322f90810101521o50191390w529c9b2c9b6c802@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Theodore Tso , Jeremy Allison , Alexander Larsson , Szabolcs Szakacsits , Josef Bacik , linux-fsdevel@vger.kernel.org To: Nicol?? Chieffo <84yelo3@gmail.com> Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:51875 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750796AbYJJWZW (ORCPT ); Fri, 10 Oct 2008 18:25:22 -0400 Content-Disposition: inline In-Reply-To: <641322f90810101521o50191390w529c9b2c9b6c802@mail.gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sat, Oct 11, 2008 at 12:21:40AM +0200, Nicol?? Chieffo wrote: > > You realie that except for filesystems that are legacy compatible with > > Microsoft, the concept of "hidden file" simply doesn't exist? So when > > you say: > > Sorry, but the concept of hidden files exists in ext3, in fact files > which name starts with a dot are hidden. No, they aren't. ls doesn't display them with the default option, but there is nothing anywher near a filesystem "hidden" concept. Unix filenames are just opaque bytestream, with only ".", ".." and "\0" having special meanings.