Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What does it mean when there's a period in front of a file name?

0 views
Skip to first unread message

Chris Kagadis

unread,
Aug 4, 2000, 3:00:00 AM8/4/00
to
I noticed that in doing a ls- al at the prompt , I get a whole bunch of files with a period in front of
them. What are those files for. Please email me. Thanks!

-Chris Kagadis

Nospam

unread,
Aug 4, 2000, 3:00:00 AM8/4/00
to
The "dot" makes them hidden for you when you use ls without any options.
That's because they are most of the time files you don't have to mess with
because they only contain settings from programs you use, you don't have to
change personally...

Peter

Drew Lawson

unread,
Aug 4, 2000, 3:00:00 AM8/4/00
to
In article <some37...@corp.supernews.com>

Typically they are configuration/startup files. For example, .cshrc
is read (if it exists) when you start a csh execution.

'ls' without -a (-a == "all") doesn't show files starting with a
period unless you do something explicit ('ls .c*') or you are root.

--
|Drew Lawson | If you're not part of the solution |
|dr...@furrfu.com | you're part of the precipitate. |
|http://www.furrfu.com/ | |

Viatcheslav Riabov

unread,
Aug 4, 2000, 3:00:00 AM8/4/00
to
These are hidden configuration files like .profile, .exrc, .fvwm etc.
Dot in front of the file name makes it hidden and it only appears when ls -la entered.

Chris Kagadis wrote:

> I noticed that in doing a ls- al at the prompt , I get a whole bunch of files with a period in front of
> them. What are those files for. Please email me. Thanks!
>

> -Chris Kagadis


0 new messages