File types

From Gentoo Linux Wiki

Jump to: navigation, search
This page is a candidate for deletion 
Reason given: Orphan article. Mostly broken links. Contains little to no useful information.
If you disagree with its deletion, please explain why on its discussion page.
If you intend to fix it, please remove this notice, but do not remove this notice from articles that you have created yourself.
Make sure no other pages link here and check the page's history before deleting.

A listing of file types you may come accross while using linux aswell as other operating systems:

NOTE: Unlike Windows, Linux files are not required to have any extension, nor any specific length. These extensions are maintained for reference and compatability with other operating systems.

Compressed and Archived Files

  • bz2 — a file compressed with bzip2
  • gz — a file compressed with gzip
  • tar — a file archived with tar (short for tape archive), also known as a tar file
  • tbz or tar.bz2— a tarred and bzipped file
  • tgz or tar.gz — a tarred and gzipped file.
  • zip — a file compressed with ZIP compression, commonly found in MS-DOS applications. Most compressed files for Linux use the gzip compression, so finding a .zip archive for Linux files is rare.
  • MD5 - This file type is used to verify the integrity of a given file.

File Formats

  • mp3 — an audio file
  • ISO - A Compact Disk Image
  • html - an HTML file
  • htm — also an HTML file
  • jpg — a JPEG image file
  • gif — a GIF image file
  • pdf — an electronic image of a document; PDF stands for Portable Document Format
  • ps — a PostScript file; formatted for printing
  • txt — a plain ASCII text file
  • odt - Open Office Document format

System Files

  • conf — a configuration file.
  • cfg - another configuration file.
  • ebuild - a gentoo file used to automatically configure and compile new programs

Programming and Scripting Files

  • c — a C program language source code file
  • cpp — a C++ program language source code file
  • h — a C or C++ program language header file
  • o — a program object file
  • a - a staticly linked library
  • so - a dynamically linked library
  • pl — a Perl script
  • py — a Python script
  • sh — a shell script



http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/getting-started-guide/s1-managing-file-types.html

This article is still a Stub. You can help Gentoo-Wiki by expanding it.

Personal tools