SysAdmin Blog, TechTips and Reviews

Unix SysAd's Technology Blog




dot Files

December 14th, 2007 by elizar

Ah those mysterious dot files (.filename) What are those?

Cybercity explains that these are nothing but a configuration files that are found in one’s home directory. True.

It is use to configure settings for unix programs. True.

And the favorite of all explanation of dot files are it is a hidden files, intended not to be displayed or listed when browsing a particular directory.

You can list dot files using ls command:

 ls -a

the switch ‘-a’ tells the shell to list all files in the current directory whether it is an ordinary files, a directory, a link or a hidden (dot) files.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
Filed under Tips having No Comments »

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.