Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2002 22:56:18 +0100
From:      Cliff Sarginson <csfbsd@raggedclown.net>
To:        questions@FreeBSD.ORG
Subject:   Re: How to see files in user home directory
Message-ID:  <20020322215618.GH4940@raggedclown.net>
In-Reply-To: <3.0.5.32.20020321093151.011ed5f0@mail.sage-one.net>
References:  <LPBBIGIAAKKEOEJOLEGOMEIBCLAA.barbish@a1poweruser.com> <3.0.5.32.20020321093151.011ed5f0@mail.sage-one.net>

next in thread | previous in thread | raw e-mail | index | archive | help

You have got a lot of complicated answers to a very simple question.
The guys that made Unix decided that some files in the system were not
very interesting to see in an "ls" listing. They decided that files that
began with a dot "." would be a convention for such boring files. These
were mostly files with static content, i.e. with information that did
not change very often. Unfortunately this is not always the case. KDE
designers please take note. Also the home directory and it's parent "."
and ".."  fall under this category.

So to see them you should add the "-a' flag to ls.
if yoou are the root user, some nutcase decided you would always want to
see these boring files. So you dont need the -a then.

-- 
Regards
   Cliff Sarginson -- <csfbsd@raggedclown.net>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020322215618.GH4940>