+1 vote
in Linux by
What are filenames that are preceded by a dot?

1 Answer

0 votes
by

In general, filenames that are preceded by a dot are hidden files. These files can be configuration files that hold important data or setup info. Setting these files as hidden makes it less likely to be accidentally deleted.

...