Linux Dictionary

Version 0.16

Author: Binh Nguyen

2004-08-16

This document is designed to be a resource for those Linux users wishing to seek clarification on Linux/UNIX/POSIX related terms and jargon. At approximately 24000 definitions and two thousand pages it is one of the largest Linux related dictionaries currently available. Due to the rapid rate at which new terms are being created it has been decided that this will be an active project. We welcome input into the content of this document. At this moment in time half yearly updates are being envisaged.

Please note that if you wish to find a 'Computer Dictionary' then see the 'Computer Dictionary Project' at http://computerdictionary.tsf.org.za/

Searchable databases exist at locations such as:

http://www.swpearl.com/eng/scripts/dictionary/

(SWP) Sun Wah-PearL Linux Training and Development Centre is a centre of the Hong Kong Polytechnic University, established in 2000. Presently SWP is delivering professional grade Linux and related Open Source Software (OSS) technology training and consultant service in Hong Kong. SWP has an ambitious aim to promote the use of Linux and related Open Source Software (OSS) and Standards. The vendor independent positioning of SWP has been very well perceived by the market. Throughout the last couple of years, SWP becomes the Top Leading OSS training and service provider in Hong Kong.

http://www.geona.com/dictionary?b=

Geona, operated by Gold Vision Communications, is a new powerful search engine and internet directory, delivering quick and relevant results on almost any topic or subject you can imagine. The term "Geona" is an Italian and Hebrew name, meaning wisdom, exaltation, pride or majesty. We use our own database of spidered web sites and the Open Directory database, the same database which powers the core directory services for the Web's largest and most popular search engines and portals. Geona is spidering all domains listed in the non-adult part of the Open Directory and millions of additional sites of general interest to maintain a fulltext index of highly relevant web sites.

http://www.linuxdig.com/documents/dictionary.php

LINUXDIG.COM, "Yours News and Resource Site", LinuxDig.com was started in May 2001 as a hobby site with the original intention of getting the RFC's online and becoming an Open Source software link/download site. But since that time the site has evolved to become a RFC distribution site, linux news site and a locally written technology news site (with bad grammer :)) with focus on Linux while also containing articles about anything and everything we find interesting in the computer world. LinuxDig.Com contains about 20,000 documents and this number is growing everyday!

http://linux.about.com/library/glossary/blglossary.htm

Each month more than 20 million people visit About.com. Whether it be home repair and decorating ideas, recipes, movie trailers, or car buying tips, our Guides offer practical advice and solutions for every day life. Wherever you land on the new About.com, you'll find other content that is relevant to your interests. If you're looking for "How To" advice on planning to re-finish your deck, we'll also show you the tools you need to get the job done. If you've been to About before, we'll show you the latest updates, so you don't see the same thing twice. No matter where you are on About.com, or how you got here, you'll always find content that is relevant to your needs.

Should you wish to possess your own localised searcheable version please make use of the available "dict", http://www.dict.org/ version at the Linux Documentation Project home page, http://www.tldp.org/ The author has decided to leave it up to readers to determine how to install and run it on their specific systems.

An alternative form of the dictionary is available at:

http://elibrary.fultus.com/covers/technical/linux/guides/Linux-Dictionary/cover.html

Fultus Corporation helps writers and companies to publish, promote, market, and sell books and eBooks. Fultus combines traditional self-publishing practices with modern technology to produce paperback and hardcover print-on-demand (POD) books and electronic books (eBooks). Fultus publishes works (fiction, non-fiction, science fiction, mystery, ...) by both published and unpublished authors. We enable you to self-publish easily and cost-effectively, creating your book as a print-ready paperback or hardcover POD book or as an electronic book (eBook) in multiple eBook's formats. You retain all rights to your work. We provide distribution to bookstores worldwide. And all at a fraction of the cost of traditional publishing. We also offer corporate publishing solutions that enable businesses to produce and deliver manuals and documentation more efficiently and economically. Our use of electronic delivery and print-on-demand technologies reduces printed inventory and saves time.

Please inform the author as to whether you would like to create a database or an alternative form of the dictionary so that he can include you in this list. Also note that the author considers breaches of copyright to be extremely serious. He will pursue all claims to the fullest extent of the law.

Copyright 2003 Binh Nguyen

Trademarks are owned by their owners.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".


Table of Contents
Source and pre-formatted versions available
1. Linux Dictionary
Punctuation
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
A. About the Author
B. Contributors
C. Disclaimer
D. Donations
E. Feedback
Bibliography
F. GNU Free Documentation License
F.1. PREAMBLE
F.2. APPLICABILITY AND DEFINITIONS
F.3. VERBATIM COPYING
F.4. COPYING IN QUANTITY
F.5. MODIFICATIONS
F.6. COMBINING DOCUMENTS
F.7. COLLECTIONS OF DOCUMENTS
F.8. AGGREGATION WITH INDEPENDENT WORKS
F.9. TRANSLATION
F.10. TERMINATION
F.11. FUTURE REVISIONS OF THIS LICENSE
F.12. ADDENDUM: How to use this License for your documents

Source and pre-formatted versions available

The source code and other machine readable formats of this book can be found on the Internet at the Linux Documentation Project home page http://www.tldp.org/ The latest version of this document can be found at http://cvsview.tldp.org/index.cgi/LDP/guide/docbook/Linux-Dictionary/


Chapter 1. Linux Dictionary

Punctuation

$BASH environment variable

Expands to the full pathname used to invoke this instance of bash. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$BASH_VERSION environment variable

Expands to the version number of this instance of bash. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$CDPATH environment variable

The search path for the cd command. This is a colon-separated list of directories in which the shell looks for destination directories specified by the cd command. A sample value is ``.:~:/usr''. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$ENV environment variable

If this parameter is set when bash is executing a shell script, its value is interpreted as a filename containing commands to initialize the shell, as in .bashrc. The value of ENV is subjected to parameter expansion, command substitution, and arithmetic expansion before being interpreted as a pathname. PATH is not used to search for the resultant pathname. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$FIGNORE environment variable

A colon-separated list of suffixes to ignore when performing filename completion (see READLINE below). A filename whose suffix matches one of the entries in FIGNORE is excluded from the list of matched filenames. A sample value is ``.o:~''. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$HISTCMD environment variable

The history number, or index in the history list, of the current command. If HISTCMD is unset, it loses its special properties, even if it is subsequently reset. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$HISTCONTROL environment variable

If set to a value of ignorespace, lines which begin with a space character are not entered on the history list. If set to a value of ignoredups, lines matching the last history line are not entered. A value of ignoreboth combines the two options. If unset, or if set to any other value than those above, all lines read by the parser are saved on the history list. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$HISTFILE environment variable

The name of the file in which command history is saved. (See HISTORY below.) The default value is ~/.bash_history. If unset, the command history is not saved when an interactive shell exits. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$HISTFILESIZE environment variable

The maximum number of lines contained in the history file. When this variable is assigned a value, the history file is truncated, if necessary, to contain no more than that number of lines. The default value is 500. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$HISTSIZE environment variable

The number of commands to remember in the command history (see HISTORY below). The default value is 500. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$HOME environment variable

The home directory of the current user; the default argument for the cd builtin command. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$HOSTFILE

Contains the name of a file in the same format as /etc/hosts that should be read when the shell needs to complete a hostname. The file may be changed interactively; the next time hostname completion is attempted bash adds the contents of the new file to the already existing database. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$HOSTTYPE

Automatically set to a string that uniquely describes the type of machine on which bash is executing. The default is system-dependent. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$IFS

In UNIX, the $IFS variable separates commands. It is usually conigured to be the semicolon (;) and newline characters. However, it can be reconfigured to be other characters as well. Data-driven attacks will sometimes seek to reset the IFS variable (e.g. IFS=x), then cause execution within the data field wihtout having to insert shell metacharacters. Tidbit: On Linux, the $FF variable may also be used like $IFS. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$IFS

The Internal Field Separator that is used for word splitting after expansion and to split lines into words with the read builtin command. The default value is ``<space><tab><newline>''. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$IGNOREEOF

Controls the action of the shell on receipt of an EOF character as the sole input. If set, the value is the number of consecutive EOF characters typed as the first characters on an input line before bash exits. If the variable exists but does not have a numeric value, or has no value, the default value is 10. If it does not exist, EOF signifies the end of input to the shell. This is only in effect for interactive shells. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$INPUTRC environment variable

The filename for the readline startup file, overriding the default of ~/.inputrc (see READLINE below). From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$LINENO

Each time this parameter is referenced, the shell substitutes a decimal number representing the current sequential line number (starting with 1) within a script or function. When not in a script or function, the value substituted is not guaranteed to be meaningful. When in a function, the value is not the number of the source line that the command appears on (that information has been lost by the time the function is executed), but is an approximation of the number of simple commands executed in the current function. If LINENO is unset, it loses its special properties, even if it is subsequently reset. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$MAIL

If this parameter is set to a filename and the MAILPATH variable is not set, bash informs the user of the arrival of mail in the specified file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$MAILCHECK

Specifies how often (in seconds) bash checks for mail. The default is 60 seconds. When it is time to check for mail, the shell does so before prompting. If this variable is unset, the shell disables mail checking. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$MAILPATH

A colon-separated list of pathnames to be checked for mail. The message to be printed may be specified by separating the pathname from the message with a `?'. $_ stands for the name of the current mailfile. Example: MAILPATH='/usr/spool/mail/bfox?"You have mail":~/shell-mail?"$_ has mail!"' Bash supplies a default value for this variable, but the location of the user mail files that it uses is system dependent (e.g., /usr/spool/mail/$USER). From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$MAIL_WARNING

If set, and a file that bash is checking for mail has been accessed since the last time it was checked, the message ``The mail in mailfile has been read'' is printed. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$OLDPWD

The previous working directory as set by the cd command. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$OSTYPE

Automatically set to a string that describes the operating system on which bash is executing. The default is system-dependent. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$PATH

The search path for commands. It is a colon-separated list of directories in which the shell looks for commands (see COMMAND EXECUTION below). The default path is system-dependent, and is set by the administrator who installs bash. A common value is ``/usr/gnu/bin:/usr/local/bin:/usr/ucb:/bin:/usr/bin:.''. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$PATH

The shell looks for commands and programs in a list of file paths stored in the PATH environment variable. An environment variable stores information in a place where other programs and commands can access it. Environment variables store information such as the shell that you are using, your login name, and your current working directory. To see a list of all the environment variables currently defined; type 'set' at the prompt. When you type a command at the shell prompt, the shell will look for that command's program file in each directory listed in the PATH variable, in order. The first program found matching the command you typed will be run. If the command's program file is not in a directory listed in you PATH environment variable, the shell returns a "commands not found" error. By default, the shell does not look in your current working directory or your home directory for commands This is really a security mechanism so that you don't execute programs by accident. What if a malicious user put a harmful program called ls in your home directory? If you typed ls and the shell looked for the fake program in your home directory before the real program in the /bin directory, what do you think woul dhappen? If you thought bad things, you are on the right track. Since your PATH doesn't have the current directory as one of its search locations, programs in your current directory must be called with an absolute path of a relative path specified as './program-name'. To see what directories are part of your PATH enter this command: # echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 From Complete-Idiot's Guide to Linux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$PROMPT_COMMAND

If set, the value is executed as a command prior to issuing each primary prompt. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$PS1

The value of this parameter is expanded (see PROMPTING below) and used as the primary prompt string. The default value is ``bash\$ ''. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$PS2

The value of this parameter is expanded and used as the secondary prompt string. The default is ``> ''. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$PS3

The value of this parameter is used as the prompt for the select command (see SHELL GRAMMAR above). From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$PS4

The value of this parameter is expanded and the value is printed before each command bash displays during an execution trace. The first character of PS4 is replicated multiple times, as necessary, to indicate multiple levels of indirection. The default is ``+ ''. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$PWD

The current working directory as set by the cd command. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$RANDOM

Each time this parameter is referenced, a random integer is generated. The sequence of random numbers may be initialized by assigning a value to RANDOM. If RANDOM is unset, it loses its special properties, even if it is subsequently reset. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$SECONDS

Each time this parameter is referenced, the number of seconds since shell invocation is returned. If a value is assigned to SECONDS. the value returned upon subsequent references is the number of seconds since the assignment plus the value assigned. If SECONDS is unset, it loses its special properties, even if it is subsequently reset. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

$SHLVL

Incremented by one each time an instance of bash is started. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.#01

and higher A method of numbering picture files for a roll of film that has been scanned for computer presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.$$$

Used by OS/2 to keep track of archived files From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.(Pagis)

native format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.000

Data file (GEOWorks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.000-20009

Used to number old (backup) versions of files (for example, CONFIG.SYS when changed by an installation program); also used to number From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.001-999

Database index files used by (Superbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.1-STEP

Backup file (Iomega Backup) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.113

Backup data file (Iomega Backup) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.123

Lotus 123 97 file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.12M

Smartmaster file (Lotus 1-2-3 '97) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.1ST

Documenting wizard list (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.2D

Two-dimensional drawing file (VersaCAD) (http://www.versacad.com/vcadhome.htm) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.2GR

and 3GR VGA Graphics driver/configuration files (Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.386

A file for use in an 80386 or higher microprocessor From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.3D

Three-dimensional drawing file (VersaCAD) (http://www.versacad.com/vcadhome.htm) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.3DM

3D NURBS modeler, (Rhino) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.3DS

A file in 3D Studio (for DOS) format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.411

Data file (Used by digital cameras) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.4GE

Compiled code (Informix 4GL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.4GL

Source code (Informix 4GL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.4V

Music file (Quartet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.669

Music mod file (Composer 669)(Unis Composer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.669

Tracker module (Composer 669) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.8

Source file (Assembly) (Similar to Microsoft Assembler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.@@@

Screen files used in the installation and instruction on use of such applications as Microsoft Codeview for C From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.a

Archive. lib*.a is a static library. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.A

Library file (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.A

Object code library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.A3L

Authorware 3.x library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.A3M

Authorware MacIntosh file (unpackaged) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.A3W

Authorware Windows file (unpackaged) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.A4L

Authorware 4.x library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.A4M

Authorware MacIntosh file (unpackaged) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.A4P

Authorware file (packaged without runtime) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.A4W

Authorware Windows file (unpackaged) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.A5L

Authorware 5.x library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.A5W

Authorware Windows file (unpackaged) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AA

Audible audio file (commonly used for downloadable audio books) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AAM

Authorware shocked file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AAS

Authorware shocked packet From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AB

Applix Builder file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ABF

Adobe Binary Screen Font From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ABK

Backup file (PrintMaster Gold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ABK

Corel Draw AutoBackup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ABM

Audio album file (HitPlayer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ABO

Applix Builder Turbo file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ABS

MPEG Audio Sound file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ABS

Sometimes used to denote an abstract (as in an abstract or summary of a scientific paper) AutoBackup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ABS

Standard GNU compiler output file for a PC platform From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACA

HTTP animation file (Microsoft Agent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACA

Project Manager Workbench file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACB

ACBM Graphic image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACC

DR-DOS Viewmax file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACD

Character definiton file (Microsoft Agent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACE

ACE Archiver Compression <http://searchStorage.techtarget.com/sDefinition/0,,sid5_gci211828,00.html> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACF

HTTP character file (Microsoft Agent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACI

ACI development appraisal (ACIWEB) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACL

Corel Draw 6 keyboard accelerator file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACM

Dynamic Link Library (DLL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACM

Interplay compressed sound file (Fallout 1,2, Baulder's Gate) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACM

Windows system directory file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACP

Microsoft Office Assistant Preview file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACR

American College of Radiology file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACS

Character structered storage file (Microsoft Agent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACT

Action Presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACT

Documenting wizard action diagram (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACT

FoxPro Foxdoc Action Diagram From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACT

Microsoft Office Assistant Actor file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ACV

Used to Compress and decompress audio data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AD

After Dark screensaver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.Ada

<http://search390.techtarget.com/sDefinition/0,,sid10_gci211523,00.html> Ada source text file (non-GNAT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADB

Ada source text body file (GNAT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADB

HP 100LX Organizer Appointment database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADC

Scanstudio 16 color Bitmap Graphic file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADD

OS/2 adapter driver file used in the boot process From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADF

Amiga <http://WhatIs.techtarget.com/definition/0,,sid9_gci211557,00.html> disk file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADI

AutoCAD device-independent binary plotter file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADL

QEMM Mca adaptor description library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADM

After Dark MultiModule screensaver (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADM

Windows NT <http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci213368,00.html> policy template From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADN

Lotus 1-2-3 Add-In file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADP

Astound Dynamite file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADP

Dynamic Page file (AOLserver) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADP

FaxWorks Faxmodem setup file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADR

After Dark Randomizer screensaver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADR

Smart Address address book From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADS

Ada source text specification file (GNAT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADT

AdTech Fax file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADT

HP NewWave datafile for card applications From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADX

Archetype Designer Document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADX

Dynazip Active Delivery script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADX

Lotus Approach dBase Index From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ADZ

Packed ADF file (Extracts with WinZip) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AE

Author/Editor file (SoftQuad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AEP

ArcExplorer project file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AF2

ABC FlowCharter 2.0 Flowchart From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AF3

ABC Flowchart From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AFC

Apple Sound file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AFI

Truevision Bitmap graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AFM

Adobe metrics From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AFM

HP NewWave Cardfile application From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AG

Applix graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AI

Adobe Illustrator drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AI

Corel Trace drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AIF

Audio Interchange File, a sound format used by Silicon Graphics and Macintosh applications From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AIFC

Similar to AIF (compressed) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AIFF

<http://WhatIs.techtarget.com/definition/0,,sid9_gci213472,00.html> Similar to AIF From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AIM

AOL Instant Messenger Launch file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AIN

AIN Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AIO

APL transfer file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AIS

ACDSee Image Sequence From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AIS

Velvet Studio Instruments file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AIS

Xerox Arry of Intensity Samples Graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AIX

HP NewWave Cardfile Application data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AKW

Contains all A-keywords in the RoboHELP Help Project Index Designer not associated with topics From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ALAW

European Telephony audio From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ALB

JASC Image Commander album From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ALI

Document file (SAP proprietary format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ALIAS

Alias Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.alias

X Window System font alias catalog. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ALL

Arts & Letters Library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ALL

WordPerfect for Windows General printer information file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ALS

Alias Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ALT

WordPerfect Library Menu From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AM

Applix SHELF Macro From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AMF

DSMIA/Asylum module music (Crusader,No Remorse,Aladdin) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AMF

Music file (Advanced Module Format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AMG

ACTOR System image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AMG

AMGC Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AMI

Annotation file (Cocreate SolidDesigner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AMS

Extreme's Tracker module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AMS

Velvet Studio music module (MOD) file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AN

Text file (Sterling Software) (Groundworks COOL Business Team Model) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ANC

Canon Computer Pattern Maker file that is a selectable list of From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ANI

Microsoft Windows Animated cursor From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ANM

DeluxPaint Animation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ANN

Windows 3.x Help annotation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ANS

ANSI <http://searchCIO.techtarget.com/sDefinition/0,,sid19_gci213776,00.html> Text file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ANT

SimAnt for Windows saved game From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AOS

Nokia 9000 Add-on software From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AOT

Applicatio binary object template file (ZenWorks snAPPshot) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AP

Applix Presents file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AP

WHAP Compressed Amiga archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APC

Compiled application file (Centura Team Developer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APC

Lotus 1-2-3 Printer driver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APD

Dynamic application library file (Centura Team Developer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APD

Lotus 1-2-3 Printer driver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APF

Lotus 1-2-3 Printer driver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APF

Project file (Allaire) (Created by Homesite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.API

Application Program Interface; used by Adobe Acrobat <http://searchCIO.techtarget.com/sDefinition/0,,sid19_gci211517,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.API

Lotus 1-2-3 Printer driver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APL

APL Workspace file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APL

Application library file (Centura Team Developer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APP

dBase Application Generator Object From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APP

DR-DOS Executable Application From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APP

FoxPro Generated Application From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APP

Generated application or active document (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APP

Normal mode application file (Centura Team Developer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APP

Symphony Add-in Application From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APR

ArcView project file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APR

Employee Appraiser Performance Review file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APR

Lotus Approach 97 View file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APS

Advanced patching systems with error checking, (Similar to IPS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APS

Microsoft Visual C++ file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APT

Lotus Approach Data view file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APT

Text mode application file (Centura Team Developer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APX

Borland C++ Appexpert database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.APX

Lotus Approach Paradox-Specific information file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AQ

Applix data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ARC

LH ARC (old version) compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ARC

SQUASH Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ARF

Automatic Response file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ARI

ARI Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ARI

Aristotle audio file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ARJ

Robert Jung ARJ compressed archive (ARJ) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ARK

ARC File Archiver CPM/Port archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ARL

AOL v4.0 organizer file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ARR

Atari Cubase Arrangement From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ART

AOL Image file compressed using the Johson-Grace compression algorithm From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ART

Canon Crayola art From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ART

Clip Art From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ART

First Publisher Raster graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ART

Ray Tracer file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ART

Xara Studio drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ARX

ARX Compressed Archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AS

Applix Spreadsheet From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASA

Microsoft Visual InterDev <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213682,00.html> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASC

ASCII <http://WhatIs.techtarget.com/definition/0,,sid9_gci211600,00.html> text file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASC

PGP <http://searchSecurity.techtarget.com/sDefinition/0,,sid14_gci214292,00.html> armored encrypted <encrypti.htm> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASD

Astound Presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASD

Lotus 1-2-3 Screen driver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASD

Microsoft Advanced Streaming Format (ASF) description file; opens From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASD

WinWord AutoSave file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASE

Velvet Studio Sample file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASF

Lotus 1-2-3 Screen font From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASF

Microsoft Advanced Streaming Format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASF

Music file (Electronic Arts) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASF

StratGraphics Datafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASH

TASM 3.0 Assembly language header From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASI

Borland C++/Turbo C Assembler Include file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASM

Assembler <http://search390.techtarget.com/sDefinition/0,,sid10_gci211604,00.html> Language source file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASM

Pro/E assembly file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASO

Astound Dynamite Object From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASP

<http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci213787,00.html> Active Server Page (an HTML file containing a Microsoft server-processed script) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASP

Astound Presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASP

Procomm Plus setup and connection script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AST

Astound multimedia file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AST

Claris Works "assistant" file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASV

DataCAD Autosave file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASX

Cheyenne Backup script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASX

Microsoft Advanced Streaming Redirector file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ASX

Video file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AT2

Aldus Persuasion 2.0 Auto Template From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ATM

Adobe Type Manager data/info file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ATT

AT&T Group 4 bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ATW

AnyTime Deluxe for Windows personal information manager file from From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.au

Audio format (original Sun Microsystems generic sound file). From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AU

Audio U-law (pronounced mu-law) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AU

Sun/NeXT/DEC/UNIX sound file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AUD

Audio file (Westwood Studios) (Kyrandia 3,C&C,RedAlert,C&C:TS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AUX

ChiWriter Auxilliary Dictionary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AUX

TeX/LaTeX Auxilliary Reference file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AVA

Avagio Publication From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AVB

Inculan Anti-Virus virus infected file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AVI

Microsoft Audio Video Interleaved file for Windows movie From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.avi

Video format. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AVR

Audio Visual Research file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AVS

Application Visualization System file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AVS

Stardent AVS-X Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AVX

File Extension (ArcView) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AW

Applix Words file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AW

HP AdvanceWrite Text file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AWD

FaxView Document image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.awk

awk program source file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AWK

AWK Script/Program From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AWM

Animation Works Movie From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AWR

Telsis file for digitally stored audio From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AWS

StatGraphics Data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AXL

ArcIMS XML project file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AXT

ASCII application object template (ZenWorks snAPPshot) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.AXX

ARJ compressed file from a multi-volume archive (xx = a number from 01 to 99) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.B

Applause Batch list From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.B&W

1st Reader Mono binary screen image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.B&W

Atari/Macintosh black and white graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.B1N

1st Reader Mono and color binary screen image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.B30

ABC Ventura publisher printer font From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.B4

Helix Nuts and Bolts file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.B8

Raw graphic file (Piclab Plane II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BAD

Oracle bad file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BAK

Backup file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BAL

Ballade Music score From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BAR

dBase Application Generator Horizontal menu object From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BAS

BASIC <http://searchVB.techtarget.com/sDefinition/0,,sid8_gci213805,00.html> source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BAT

Batch file <http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci211642,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BB

Papyrus Database backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BBL

TeX/BibTeX Bibliographic reference file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BBM

Deluxe Paint Bitmap image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BBS

Bulletin Board Sytem text From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BCH

Batch Process Object (dBase Application Generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BCH

Datalex Entry Point 90 Data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BCM

Microsoft Works Communications file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BCO

Bitstream Outline font description file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BCP

Borland C++ Makefile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BCW

Borland C++ 4.5 Environment settings file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BDB

Microsoft Works Dababase file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BDF

Egret Datafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BDF

West Point Bridge Designer file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BDR

Microsoft Publisher Border From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BEZ

Bitstream Outline font description From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BF2

Bradford 2 Font From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BFC

Windows 95 Briefcase Document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BFM

Font Metrics file (Unix/Mainframe) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BFX

Fax document file (BitFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BG

Microsoft Backgammon Game file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BGA

OS/2 Graphic array From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BGI

Borland Graphics Interface Driver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BGL

Microsoft Flight Simulator Scenery file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BHF

pcAnywhere Host file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BI

Binary <http://WhatIs.techtarget.com/definition/0,,sid9_gci211661,00.html> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BIB

Bibliography file (ASCII) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.bib

bibtex LATEX bibliography source file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BIB

Database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BIB

TeX/BibTeX Literature Database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BIF

GroupWise initialization file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BIF

Image Capture Board Binary Image black & white graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BIFF

XLITE 3D file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BIN

Binary <http://WhatIs.techtarget.com/definition/0,,sid9_gci211661,00.html> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BIO

OS/2 Bios file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BIT

X11 Bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BK

Backup file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BK

JetFax Faxbook file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BK!

WordPerfect for Windows Document backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BK$

Backup file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BK1

WordPerfect for Windows Timed backup file for document window 1 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BK2

WordPerfect for Windows Timed backup file for document window 2 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BK3

WordPerfect for Windows Timed backup file for document window 3 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BK4

WordPerfect for Windows Timed backup file for document window 4 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BK5

WordPerfect for Windows Timed backup file for document window 5 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BK6

WordPerfect for Windows Timed backup file for document window 6 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BK7

WordPerfect for Windows Timed backup file for document window 7 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BK8

WordPerfect for Windows Timed backup file for document window 8 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BK9

WordPerfect for Windows Timed backup file for document window 9 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BKP

TurboVidion Dialog Designer Backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BKS

IBM BookManager Read bookshelf file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BKS

Microsoft Works Spreadsheet Backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BKW

FontEdit Fontset mirror image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BLB

Resource archive (DreamWorks),(Neverhood) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BLD

BASIC Bloadable picture file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BLK

Alias Wavefront Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BLK

WordPerfect for Windows Temporary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BM

Windows system Bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BM1

Apogee BioMenace data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BMF

Corel Gallery file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BMK

Windows Help bookmark From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.bmp

Microsoft Bitmap file image format. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BMP

Windows or OS/2 bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BN

Instrument bank file (AdLib) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BNK

Instrument Bank file (AdLib) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BNK

Sound effects bank file (Electronic Arts) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BOL

Compressed archive library file (Microsoft Booasm.arc) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BOM

Bill of materials file (Orcad Schematic Capture) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BOO

Microsoft Booasm.arc Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BOOK

Adobe FrameMaker Book From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BOX

Lotus Notes file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BPC

Business Plan Toolkit Chart From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BPL

Borland Delphi 4 packed library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BPS

Microsoft Works Document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BPT

CorelDraw Bitmap fills file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BPX

Truevision Targa Bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BQY

BrioQuery file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BR

Bridge Script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BRD

Eagle Layout file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BRK

Brooktrout Fax-Mail file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BRW

Application file associated with financial institution(s) loan applications From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BRX

A file for browsing an index of multimedia options From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BRZ

DbBRZ file for very large Db backup or restore From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BS1

Apogee Blake Stone data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BSA

BSARC Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BSC

Apple II Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BSC

Fortran Pwbrmake Object From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BSC

MS Developer Studio (MSDev) browser information From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BSP

Quake map file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BS_

Microsoft Bookshelf Find Menu shell extension From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BTM

Batch <http://search390.techtarget.com/sDefinition/0,,sid10_gci211641,00.html> file used by Norton Utilities From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BTR

Database file (Btrieve 5.1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BUD

Backup disk for Quicken From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BUG

Bugs and Problems file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BUN

CakeWalk Audio Bundle (a MIDI <http://WhatIs.techtarget.com/definition/0,,sid9_gci212572,00.html> program) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BUP

Backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BUT

Buttons! Button definition From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BUY

Movie data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BV1

WordPerfect for Windows Overflow file below insert point in document 1 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BV2

WordPerfect for Windows Overflow file below insert point in document 2 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BV3

WordPerfect for Windows Overflow file below insert point in document 3 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BV4

WordPerfect for Windows Overflow file below insert point in document 4 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BV5

WordPerfect for Windows Overflow file below insert point in document 5 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BV6

WordPerfect for Windows Overflow file below insert point in document 6 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BV7

Wordperfect for Windows Overflow file below insert point in document 7 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BV8

WordPerfect for Windows Overflow file below insert point in document 8 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BV9

WordPerfect for Windows Overflow file below insert point in document 9 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BW

SGI Black and White image file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BW

Silicon Graphics Raw red,green and blue bytes file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BWB

Visual Baler Spreadsheet application From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BWR

Kermit Beware buglist From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BWV

Business Wave file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BYU

BYU Movie From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BZ

Bzip compressed file (Inix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.bz

File compressed with the bzip compression algorithm/program. These files are mostly redundant now. The vast majority of files are compressed using the superior bzip2 program. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.BZ2

Bzip compressed file (Unix) (replaces Bz) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.bz2

File compressed with the bzip2 compression program. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.B_W

Atari/Macintosh black and white graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.C

C code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.c

C program source code. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.C

Site configuration for Secure Remote (CheckPoint VPN) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.C--

Sphinx C-- Source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.C00

Ventura Publisher Print file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.C01

Typhoon wave From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.C86

Computer Innovation (C86) Source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CA

Telnet Server Initial cache data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAB

Microsoft cabinet file (program files compressed for software distribution) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAC

dBase IV Executable file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAD

Softdesk Drafix Cad file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAG

Catalog file (Microsoft Clip Gallery v. 2.x,3.x,4.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAL

Calendar schedule data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAL

CALS Compressed Bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAL

SuperCalc 4/5 Spreadsheet From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAM

Casio camera file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAN

Navigator Fax From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAP

Compressed music file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAP

Telix Session Capture file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAP

Ventura Publisher Caption From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAR

AtHome assistant file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAS

Comma-delimited ASCII file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAT

dBase Catalogue file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CAT

Quicken IntelliCharge categorization file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CB

Microsoft clean boot <http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci211696,00.html> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CBC

CubiCalc Fuzzy Logic System file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CBI

Column binary file (used in IBM mainframe systems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CBL

Cobol Source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CBM

XLib Compiled Bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CBT

Generic Computer based training file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CC

C++ Source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CC

Visual dBASE custom class file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.cc, .cxx, .C, .cpp

C++ program source code. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CCA

cc:mail archive file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CCB

Visual Basic Animated Button configuration file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CCC

Curtain Call Native bitmap graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CCE

Data file (Calendar Creator Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CCF

Multimedia Viewer configuration file used in OS/2 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CCF

Symphony Communications Configuration file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CCH

Corel Chart From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CCL

Intalk Communication Command Language From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CCM

Lotus CC:Mail "box" file (for example, INBOX.CCM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CCO

CyberChat data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CCO

XBTX Graphics From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CCT

Macromedia Director Shockwave cast file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDA

CD Audio Track From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDB

CardScan Database (CardScan) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDB

Clipboard file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDB

Conceptual model backup file (PowerDesigner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDB

TCU Turbo C Utilities Main database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDF

<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci213841,00.html> Microsoft Channel Definition Format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDF

Netcdf Graphic file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDFS

Compact Disk filing system (WindRiver) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDI

Phillips Compact Disk Interactive file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDK

Atari Calamus Document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDM

Conceptual data model file (PowerDesigner Data Architect) (Sybase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDM

Conceptual model file (PowerDesigner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDM

Visual dBASE custom data module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDR

Corel Draw Vector drawing file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDR

Raw Audio-CD data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDT

Corel Draw template From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDT

CorelDraw Data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDX

Corel Draw compressed drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CDX

Microsoft's Visual Foxpro <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213705,00.html> index From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CE

The FarSide Computer Calendar Main CE file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CEG

Tempra Show Bitmap graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CEL

AutoDesk Animator Cel Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CEL

CIMFast Event Language file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CER

Certificate file (MIME x-x509-ca-cert) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CF

Imake Configurtion file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.cf, .cfg

Configuration file or script. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CFB

Comptons Multimedia file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CFG

Configuration file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CFL

CorelFLOW Chart From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CFM

ColdFusion <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci211812,00.html> template From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CFM

Corel FontMaster file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CFM

Creative FM-Music From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CFM

Visual dBASE Windows customer form From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CFN

Atari Calamus Font data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CFO

TCU Turbo C Utilities C form object From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CFP

The Complete Fax Portable fax file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CGA

Ventura Publisher Display font file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CGI

<http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213846,00.html> Common gateway interface script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.cgi

Executable script that produces web page output. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CGM

Computer Graphic Metafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CH

Clipper 5 Header From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CH

OS/2 configuration file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CH3

Harvard Graphics 3.0 Chart From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CH4

Charisma 4.0 Presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CHD

FontChameleon Font descriptor From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CHF

pcAnywhere remote control file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CHI

ChiWriter Document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CHK

File fragments saved by Windows Disk Defragmenter or ScanDisk From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CHK

WordPerfect for Windows Temporary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CHL

Configuration History Log From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CHM

Compiled HTML file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CHN

Ethnograph Data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CHP

Ventura Publisher Chapter file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CHR

Character Sets (Font file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CHT

ChartMaster dBase Interface file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CHT

ChartViewer file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CHT

Harvard Graphics Vector <http://WhatIs.techtarget.com/definition/0,,sid9_gci528553,00.html> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CIF

CalTech Intermediate Graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CIF

Easy CD Creator image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CIF

pcAnywhere caller file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CIL

Clip Gallery download package file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CIM

Sim City 2000 file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CIN

OS/2 change control file that tracks changes to an INI file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CIX

TCU Turbo C Utilities Database Index From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CK1

iD/Apogee Commander Keen 1 data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CK2

iD/Apogee Commander Keen 2 data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CK3

iD/Apogee Commander Keen 3 data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CK4

iD/Apogee Commander Keen 4 data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CK5

iD/Apogee Commander Keen 5 data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CK6

iD/Apogee Commander Keen 6 data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CKB

Borland C++ Keyboard mapping file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CL

Generic LISP Source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CL3

Layout file (Adaptec Easy CD Creator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CLASS

Java class From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CLG

Disk Catalog database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CLL

Cricket Software Clicker File From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CLO

Cloe Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CLP

Clipper 5 Compiler Script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CLP

Quattro Pro Clip art From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CLP

Windows Clipboard From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CLR

1st Reader Binary color screen image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CLR

PhotStyler Color defintion From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CLS

C++ Class Definition From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CLS

Visual Basic Class Module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CM

Craftman Data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMA

Database file in plain text format (APPLIX TM1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMD

1st Reader External Command Menu From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMD

Command file for Windows NT (similar to a DOS .BAT file), OS/2 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMD

dBase-II program file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMD

DOS CP/M command file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMF

Corel Metafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMG

Chessmaster saved game From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMK

Card Shop Plus file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMM

CEnvi Batch file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMP

Address document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMP

CorelDRAW 4.0 Postscript Printer Header From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMP

JPEG <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> Bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMP

Microsoft Word for DOS User dictionary From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMP

Route 66 Address Document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMR

MediaPlayer Movie From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMV

Corel Move animation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMX

Corel Presentation Exchange image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CMYK

Raw cyan, magenta, yellow, and black bytes file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CNC

CNC General Program data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CNF

Configuration file used by Telnet, Windows, and other applications with varying internal formats From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CNM

Windows application menu options and setup file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CNQ

Compuworks Design Shop file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CNT

Windows (or other) system content files for the help index and other purposes From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CNV

Conversion files (WS_FTP Pro) files that will be converted from (Example) "HTML-"HTM" for upload From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CNV

Word for Windows Data conversion support file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CNV

WordPerfect for Windows Temporary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.COB

COBOL Source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.COB

trueSpace 2 object From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.COD

dBase Application Generator Template source file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.COD

FORTRAN Compiled code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.COD

Microsoft C compiler output as displayable machine language/assembler with original C as comments From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.COD

Video Text file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.COL

AutoDesk Animator Color Palette From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.COL

Microsoft Multiplan Spreadsheet From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.COM

Command file (program) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.Compiler

attempts to compile the source files of a Help system From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CON

Simdir Configuration file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.conf, .config

Configuration file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CP8

CP8 256 Gray Scale image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPD

Complaints Desk Script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPD

Corel PrintOffice file (drawing) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPD

Fax Cover document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPE

Fax Cover document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPF

The Complete Fax (Fax file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPH

Image file (Corel Print House) see CPO From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPI

ColorLab Processed Image bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPI

Microsoft MS-DOS code page information From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPJ

CeQuadrant CD Project From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPL

Compel Presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPL

Control Panel Module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPL

Corel color palette From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPO

Image file (Corel Print Office) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPP

C++ Source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPP

CA-Cricket Presents presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPR

Corel Presents presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPS

Central Point PC Tools Backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPS

Coloured postscript From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPT

CA-Cricket Presents Template From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPT

Corel Photo-Paint image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPT

dBase Encrypted Memo From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPT

Macintosh Compressed Archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPX

Corel Presentation Exchange compressed drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPY

Data file (Copy Books) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CPZ

COMPOZ Music Text From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CRC

Check file (Win-SFV32) (Fantasia Software) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CRC

Circular reference file (Pro/Engineer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CRD

Microsoft Windows 3.x Cardfile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CRF

Zortech C++ cross-reference From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CRH

Image file (Microsoft Golf) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CRP

Corel Presents run-time presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CRP

dBase IV Encrypted database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CRP

Visual dBASE custom report From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CRS

WordPerfect 5.1 for Windows File Conversion resource From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CRT

Certificate file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CRT

Crontab file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CRT

Oracle Terminal settings information From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CRU

CRUSH Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CSA

Comma deliminated text From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CSC

Corel script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CSG

Statistica/w Graph file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CSH

C shell script files (Hamilton Labs) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.csh

csh shell script. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CSM

Borland C++ 4.5 Precompiled header From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CSM

Script file (Kodak Dc265 Camera) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CSO

Customer service data and outcome file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CSP

PC Emcee On-Screen image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CSS

<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci211749,00.html> Cascading Style Sheet (MIME) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CSS

Statistica/w Datasheet From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CSS

Stats+ Datafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CST

Macromedia Director "Cast" (resource) file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CSV

Comma-separated values file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CSV

CompuShow Adjusted EGA/VGA Palette From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CT

A graphic file associated with the Paint Shop Pro Graphic Editor From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CT

Scitex CT bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CTC

PC Installer Control From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CTF

Symphony Character code translation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CTL

dBase IV Control From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CTL

Used in general for files containing control information. FAXWorks uses it to keep information about each fax sent and received. From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CTX

Microsoft Online Course Text From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CTX

Pretty Good Privacy (PGP) Ciphertext file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CTX

Visual Basic User control binary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CUE

Microsoft Cue Cards data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CUL

Cursor library file (IconForge) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CUR

Windows Cursor From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CURSOR

Sun Microsystems Cursor From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CUT

Dr Halo Bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CV

Corel Versions archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CV

Microsoft CodeView information screen From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CVG

Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CVS

Canvas drawing file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CWK

Claris Works data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CWS

Claris Works template From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CXT

Macromedia Director protected (not editable) "Cast" (resource) file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.CXX

C++ source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.D2D

2D/3D object file (3-D Fassade Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.D64

Commodore 64 emulator disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DAO

Windows Registry Backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DAP

Data access page (Microsoft Access 2000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DAT

A data file extension used to designate an error message in a From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DAT

Data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DAT

Extension used for some MPEG <http://WhatIs.techtarget.com/definition/0,,sid9_gci212601,00.html> files From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DAT

WordPerfect Merge Data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DB

Borderland's Paradox 7 table database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.db

Database file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DBC

Microsoft's Visual FoxPro <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213705,00.html> database container file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DBF

A dBASE file, a format originated by Ashton-Tate, but understood by Act!, Clipper,FoxPro, Arago, Wordtech, xBase, and similar database or database-related products. From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DBF

Enable database (can be opened with Excel 97) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DBF

Oracle 8.1.x tablespace file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DBK

dBase Database Backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DBK

Schematic backup file (Orcad Schematic Capture) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DBO

Compiled program file (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DBQ

Paradox Memo From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DBT

dBase Text Memo From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DBV

Memo field file (Flexfile 2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DBW

Microsoft Windows 9.x Database file (DataBoss) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DBX

DataBeam image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DBX

Microsoft's Visual FoxPro <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213705,00.html> Table file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DC

CAD file (DesignCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DC2

CAD file (DesignCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DC5

DataCAD Drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCA

Document Content Architecture Text file (IBM DisplayWrite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCA

Visual Basic Active designer cache From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCF

Data file (Dyadic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCF

Disk Image file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCIM

Digital Imaging and Communications in Medicine (image and data) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCM

DCM module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCP

Data CodePage (OS/2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCR

Shockwave file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCS

Bitmap Graphics (Quark XPress) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCS

Datafile (ACT! Activity file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCS

Desktop Color Separation file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCT

Database Dictionary file (Clarion Database Developer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCT

Database SpellCheck Dictionary (Harvard Graphics 3.0-Symphony) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCT

Microsoft's Visual FoxPro <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213705,00.html> database container file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCU

Delphi compiled unit From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCX

Bitmap Graphics file (Multipage PCX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCX

Fax image (based on PCX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCX

Macro file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DCX

Microsoft's Visual FoxPro <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213705,00.html> database container file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DD

Compressed Archive (Macintosh DISKDOUBLER) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DDB

Bitmap Graphics file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DDF

Btrieve or Xtrieve Data Definition File, which contains metadata <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci212555,00.html> describing a Btrieve or Xtrieve file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DDI

Image File (DISKDUPE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DDIF

Digital Equipment or Compaq file. Used for storing images and their From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DDP

Device Driver Profile (OS/2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.deb

Debian package for the Debian distribution. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DEB

Debug Script (DOS Debug) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DEF

Assembly Header file (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DEF

C++ definition file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DEF

Define Module file (3-D Fassade Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DEF

SmartWare II data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DEFI

Oracle 7 de-install script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DEM

A file with USGS standards for Digital Elevation Models (Vista Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DEM

Demo file (Descent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DEM

Graphics file (Vista Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DEP

Visual Basic Setup Wizard Dependency file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DER

Certificate file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DEV

Device Driver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DEWF

Macintosh SoundCap/SoundEdit recorded instrument file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DEZ

Encrypted zip file (DES Encryption) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DFD

Data Flow Diagram Graphic (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DFI

Outline Font description (Digifont) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DFL

Default Program Settings (Signature) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DFM

Data Flow Diagram model (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DFS

Sound File (Delight) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DFV

Printing Form value (Microsoft Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DGN

Microstation95 CAD drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DGS

Diagnostics Report From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DH

Dependency Information file (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DHP

Graphic file (Dr. Halo II-III PIC Format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DHT

Datafile (Gauss) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIA

Diagraph Graphics file (Computer Support Corporation) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIB

Device-independent bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIC

Dictionary file (Lotus Notes, Domino) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIC

Dictionary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DICM

Digital imaging and communications in medicine file (DICOM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIF

Data Interchange Format spreadsheet From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIF

Data Interchange Output file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIF

Database file (VisiCalc) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIF

Text file (Output from Data Interchange Format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.diff

Output of the diff program indicating the difference between files or source trees. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIG

Digilink file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIG

Sound Designer I audio From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIP

Graphics file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIR

Dialing Directory (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIR

Directory (VAX) (DEC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIR

Macromedia Director file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIR

Movie (MacroMind Director 4.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.dir

X Window System font/other database directory. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIS

Distribution file (VAX Mail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIS

Ray Tracer file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIS

Thesaurus file (CorelDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DIZ

Description file (Description in ZIP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DKB

Graphics file (Ray Traced DKBTrace) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DL

Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DLD

Datafile (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DLG

C++ Dialogue Script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DLL

<http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci213902,00.html> Dynamic-link library file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DLL

Export/Import Filter (CorelDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DLS

Downloadable sound From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DLS

Interactive music architecture (IMA)(Microsoft),(Blood2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DLS

Setup file (Norton DiskLock) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DMD

Visual dBASE data module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DMF

Packed Amiga disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DMF

X-Trakker music module (MOD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DMO

Demo file (Derive) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DMP

Dump file (Screen or Memory) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DMS

Compressed Archive (Amiga DISKMASHER) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOB

Visual Basic User document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOC

DisplayWrite document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOC

Document format (Interleaf) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOC

FrameMaker or FrameBuilder document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOC

Microsoft Word document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOC

WordPerfect document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOC

WordStar document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOG

Screen Saver file (Laughing Dog Screen Saver) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOH

Dependency Information file (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOS

External Command file (1st Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOS

Network Driver file (PKT_DIS.dos) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOS

Text file (DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOT

Line-Type definition (CorelDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOT

Word Document Template (Microsoft Word for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOX

Text file (MultiMate 4.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOX

User document binary form (Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DOZ

Description out of Zip (VENDINFO) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DP

Calendar file (Daily Planner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DP

Datafile (DataPhile) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DPL

Borland Delphi 3 packed library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DPR

Project header (Borland C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DPT

Publication file (Publish-It!) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DR9

Directory file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DRAW

Acorn's object-based vector image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DRC

Design rules check report file (Orcad Schematic Capture) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DRS

Display Resource file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DRV

Device Driver (Required to make a device function) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DRV

Driver <http://searchStorage.techtarget.com/sDefinition/0,,sid5_gci212002,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DRW

Lotus Freelance Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DRW

Pro/E drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DRW

Vector graphics (Micrografx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DS4

Micrografx Designer Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DS4

Vector Graphics (Micrografx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSC

Discard file (Oracle) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSD

Database file (DataShaper) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSF

Micrografx Designer v7.x file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSG

DooM saved game From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSK

Driver file (Novell Netware) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSK

Project Desktop file (Borland C++/Turbo Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSM

Digital Sound Module (DSI) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSM

Dynamic Studio music module (MOD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSM

Music module file (DSIK) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSN

Design (Object System Designer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSN

ODBC Data source From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSN

Schematic file (Orcad Schematic Capture) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSP

Display parameters (Signature) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSP

Graphics Display driver (Dr. Halo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSP

Microsoft Developer Studio project From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSQ

Corel QUERY From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSR

Driver Resource (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSR

Visual Basic Active designer file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSS

Digital Sound file (Digital Soup)) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSS

Screensaver file (DCC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DST

Distribution file (PC-RDist, by Pyzzo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DST

Embroidery machines graphic file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSW

Desktop settings (Borland C++ 4.5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSW

Microsoft Developer Studio workspace file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DSX

Visual Basic Active designer binary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DTA

Datafile (Turbo C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DTA

World Bank's STARS data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DTD

<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci213918,00.html> SGML Document Type Definition (DTD <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci213918,00.html>) file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DTED

Digital terrain elevation data (geographic data format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DTF

Database file (PFS-Questions & Answers) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DTF

Symantec Q&A relational database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DTM

Module file (DigiTrakker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DTP

Desktop layout file (SecurDesk!/SecurDesk! LV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DTP

Template file (Pressworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DTP

Text Document (Timeworks Publisher 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DT_

Data file fork (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DUN

Microsoft Dial-up Networking Export file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DUP

Duplicate Backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DV

Digital video (MIME) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DVC

Datafile (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DVF

Graphics file associated with camcorders (DV Studio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DVI

Binary file (TeX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DVI

Device Independent Document (TeX) (LaTeX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.dvi

Device-independent file. Formatted output of .tex LATEX file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DVP

Desqview Program information (DESQview) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DVP

Device parameter file (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DW2

Drawing file (DesignCAD for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DWC

Compressed Archive (DWC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DWD

DiamondWare digitized file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DWF

Drawing Web file (Microsoft WHIP autoCAD reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DWF

Vector graphic (Autodesk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DWG

AutoCAD Drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DWG

AutoCAD drawing, or older Generic CAD drawing file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DWP

Document file (DeScribe) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DWS

Workspace file (Dyadic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DX

Digital Electric Corporation (DEC) Data exchange file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DXF

Data Exchange File From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DXF

Drawing Interchange (eXchange) format,a text representation of the binary DWG format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DXF

Drawing Interchange Format (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DXN

Fax document (Fujitsu dexNet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DXR

Macromedia Director protected (not editable) movie file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.DYN

Datafile (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.E00

Coverage export file (ArcInfo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.e00

Exchange file (Arc/Info) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EBJ

Error Checking Object file (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ED5

EDMICS image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ED6

EDMICS image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EDA

Ensoniq ASR disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EDB

ROOTS3 Geneological data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EDD

Element Definition document (FrameMaker+SGML documents) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EDE

Ensoniq EPS disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EDK

Ensoniq KT disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EDQ

Ensoniq SQ1/SQ2/KS32 disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EDS

Ensoniq SQ80 disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EDT

Default settings (VAX Edt editor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EDV

Ensoniq VFX-SD disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EEB

Button Bar for Equation editor (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EFA

Ensoniq ASR file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EFE

Ensoniq EPS file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EFK

Ensoniq KT file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EFQ

Ensoniq SQ1/SQ2/KS32 file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EFS

Ensoniq SQ80 file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EFT

High Resolution Screen Font (ChiWriter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EFV

Ensoniq VFX-SD file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EFX

Fax document (Efax Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EFX

Fax Document (Everex EFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EGA

EGA Display font (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.el

Lisp program source. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EL

Lisp Source code (eMacs) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ELC

eMac Lisp Source code (byte-compiled) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ELM

Theme-Pack file for (Microsoft FrontPage) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ELT

Event List Text file (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EMB

Embedded bank File (Everest) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EMD

ABT Extended MoDule From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EMF

Enhanced Windows Metafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EML

Microsoft Outlook Express mail message (MIME RFC 822) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EMS

Enhanced Menu System Configuration file (PC Tools) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EMU

Terminal Emulation Data file (BITCOM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ENC

Encoded file (UUENCODEd File, Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ENC

Music file (Encore) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ENC

Video file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.END

Arrow-Head Definition Table (CorelDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ENFF

Neutral Format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ENG

Chart Graphics file (EnerGraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ENG

Dictionary Engine file (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ENV

Enveloper Macro (WOPR) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ENV

Environment file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EPD

Publication file (Express Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EPHTML

Enhanced Perl-parsed HTML From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EPI

Document file (Express Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EPS

Encapsulated Postscript image file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EPS

Encapsulated Postscript Vector graphics (Adobe Illustrator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EPS

Printer font (Epson, Xerox, Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EPS2

Adobe Level II Encapsulated Postscript From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EPSF

Encapsulated PostScript From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EPSI

Adobe Encapsulated Postscript Interchange From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EQN

Equation file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ER1

ERWin file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ERD

Entity Relationship Diagram graphic file (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ERM

Entity Relationship Diagram Model file (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ERR

Compilation error file (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ERR

Stores the error messages that result when the RoboHELP Help From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ERX

ERWin file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ESH

Extended Shell Batch file (DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ESL

Distributable support library file (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ESPS

ESPS audio file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ETH

Document file (Ethnograph 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ETX

Structure Enhanced text (SetText) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EUI

Ensoniq ESP family compacted disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EVT

Event Log (Microsoft Windows NT, 2000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EVY

Document (WordPerfect for Windows Envoy) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EWD

Text Document (Express Publisher for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EWL

Microsoft Encarta document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EX3

Device Driver file (Harvard Graphics 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EXC

Exclude file for Optimize (do not process, QEMM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EXC

Microsoft Word Exclusion Dictionary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EXC

Source Code file (Rexx VM/CMS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EXE

Executable <http://WhatIs.techtarget.com/definition/0,,sid9_gci212086,00.html> file (program) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EXP

Saved chat (ICQ) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EXT

ASCII binary transfer file (WS_FTP PRO) (IPSWITCH Software) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EXT2

Second extended file system (Linux) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EXT3

Third extended file system (Linux) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.EZP

Compressed file (Edify.zip) (Edify Electronic Workforce Backup Utility) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F

Compressed file archive (FREEZE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F

FORTRAN file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F01

Fax document (Perfect Fax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F06

Dos screen text font (height= 6 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F07

Dos screen text font (height= 7 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F08

Dos screen text font (height= 8 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F09

Dos screen text font (height= 9 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F10

Dos screen text font (height= 10 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F11

Dos screen text font (height= 11 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F12

Dos screen text font (height= 12 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F13

Dos screen text font (height= 13 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F14

Dos screen text font (height= 14 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F15

Dos screen text font (height= 15 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F16

Dos screen text font (height= 16 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F2R

Linear music module (Farandole) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F3R

Blocked music module (Farandole) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F77

Source code file (FORTRAN 77) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F90

FORTRAN file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.F96

Fax document (Frecom FAX96) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FAC

Face graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FAQ

Frequently Asked Questions document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FAR

Music module (MOD) (Farandole Composer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FAS

Basic module file (3-D Fassade Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FAV

Navigation bar (Microsoft Outlook) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FAX

<http://searchNetworking.techtarget.com/sDefinition/0,,sid7_gci212098,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FAX

Type image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FBK

Backup (Navison Financials) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FC

Spell Check dictionary file (Harvard Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FCD

Virtual CD-ROM file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FCM

Binary file patch (Forward Compression) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FD

Declaration file (FORTRAN) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FD

Field offsets for compiler (DataFlex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FDB

Database (Navison Financials) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FDF

Forms Document (Adobe Acrobat) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FDW

Document form (F3 Design and Mapping) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FEB

Button Bar for Figure Editor (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FEM

CADRE Finite Element Mesh From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FF

Outline Font description (AGFA CompuGraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FFA

MS find fast file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FFF

Fax document (defFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FFF

GUS PnP bank file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FFL

Image file (PrintMaster Gold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FFL

MS fast find file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FFO

MS fast find file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FFT

Final Form Text (part of IBM's DCA) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FFX

MS fast find file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FH3

Aldus Freehand 3 drawing (Vector graphic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FH4

Aldus Freehand 4 drawing (Vector graphic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FI

File Interface (FORTRAN) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FIF

Fractal <http://WhatIs.techtarget.com/definition/0,,sid9_gci212149,00.html> Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FIG

REND386/AVRIL file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FIL

File List Object (dBase Application Generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FIL

File template (Application Generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FIL

Overlay (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FIN

Print formatted text (Perfect Writer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FIT

File index table (Microsoft Windows NT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FIT

Graphic (FITS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FITS

CCD camera image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FITS

Flexible Image Transport System file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FIX

Patch file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FKY

Macro (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLA

Movie (Macromedia Flash) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLB

Format library (Papyrus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLC

FLIC animation (AutoDesk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLD

Field define module file (3-D Fassade Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLD

File folder (Charisma) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLF

Delived form (Corel Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLF

Driver (OS/2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLF

License (Navison Financials) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLI

FLIC animation (AutoDesk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLI

Font library (EmTeX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLL

Distributable dynamic link library (DLL) (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLM

Film Roll (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLO

FlowCharter file (MicroGrafx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLS

Filelist document (Farrukh Imposition Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLT

Filter (Corel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLT

Filter (Micrografx Picture Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLT

Graphics filter (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLT

Graphics filter support file (Asymetrix ToolBook) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLT

Music module (MOD) (StarTrekker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLT

Open Flight file (MulitGen) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FLX

Compiled binary file (DataFlex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FM

FrameMaker Document (Adobe) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FM

Spreadsheet (FileMaker Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FM1

Spreadsheet (Lotus 1-2-3, version 2.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FM3

Device driver (Harvard Graphics, version 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FM3

Spreadsheet (Lotus 1-2-3, version 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FMB

Binary source code for form, (Oracle, v4.x and later) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FMB

File Manager button bar (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FMF

Font or Icon (IBM LinkWay) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FMK

MakeFile (FORTRAN PowerStation) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FML

Mirror list (Oracle) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FMO

Compiled format (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FMP

Document file (FileMaker Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FMT

Csreen format file (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FMT

Print file (Microsoft Schedule+) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FMT

Style sheet (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FMT

Text format for form file (Oracle, v4.x and later) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FMX

Executable form, (Oracle,v4.x and later) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FN3

Font (Harvard Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FND

Saved Search (Find applet) (Microsoft Explorer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FNG

Font group (Font Navigator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FNK

Module (FunkTracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FNT

Font (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FNX

Inactive font (Exact) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FO1

Font (Borland Turbo C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FO2

Font (Borland Turbo C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FOG

Fontographer font From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FOL

Saved message folder (1st Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FON

Call log (Procomm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FON

Dialing directory (Telix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FON

Font (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FON

System font (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FOR

Form (WindowBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FOR

FORTRAN source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.forward

On UNIX, a user can place an e-mail address in his ".forward" file. This will cause all e-mail sent to his account to be forwarded to that e-mail address. This file a is prime target of attackers. If they can overwrite this file, they can subtly start capturing the user's e-mail. This is especially dangerous if the the account in question is the root account. Note that the user doesn't have to know any about this file or have one on his system. The mere creation of this file by the intruder will activate this feature. Furthermore, since this file starts with a 'dot', it is normally hidden from the user, so they won't even be ware that this feature exists. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FOT

Font-related file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FOT

Installed TrueType font (Microsoft Windows Font Installer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FP

Configuration file (FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FP

FileMaker Pro file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FP1

"Flying Pigs" screensaver datafile (Microsoft Windows 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FP3

FileMaker Pro v.3 & 4 document file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FP5

Document file (FileMaker Pro v.5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FPC

Catalog file (FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FPT

FileMaker Pro file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FPT

Memo fields (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FPW

Floorplan drawing (FloorPlan Plus for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FPX

Bitmap (FlashPix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FR3

Renamed dBaseIII+ form (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FRF

Font (FontMonger) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FRG

Uncompiled report (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FRK

Zip (compressed ) file (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FRM

Document (FrameMaker or FrameBuilder) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FRM

Executable file (Oracle,v3.0 and earlier) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FRM

Form (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FRM

Form (Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FRM

Merge form (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FRM

Symbol Report (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FRO

Compiled report (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FRP

Form (PerForm PRO Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FRS

Screen Font Resource (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FRT

Report menu (FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FRX

Form stash file (Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FRX

Report (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FSF

fPrint Audit Tool From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FSL

Form (Paradox for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FSL

Paradox 7 form (Borderland) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FSL

Saved form (Corel Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FSM

Sample file (Farandoyle) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FST

Linkable program (dBFast) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FSX

Data (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FT

Full text index (Lotus Notes) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FTB

Index file (Roots3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FTF

Client access data specification file (AS/400) (Client to Server) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FTG

Help system full-text search group file (Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FTM

Font (MicroGrafx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FTP

File transfer protocol (Internet Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FTS

Help system full-text search index (Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FTW

Document file (Family Tree Maker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FW

Database (Framework II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FW2

Database (Framework II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FW3

Database (Framework III) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FW4

Database (Framework IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FWB

Data file backup for file splitting configuration (FileWrangler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FWS

Data file for file splitting configuration (FileWrangler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FX

On-Line guide (FastLynx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FXD

Phonebook (FAXit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FXP

Compiled source code (FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FXS

Fax Transmit graphic (WinFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FZB

Bank dump file (Casio FZ-1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FZF

Full dump file (Casio FZ-1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.FZV

Voice dump file (Casio FZ-1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.G

Data chart (APPLAUSE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.g3

G3 fax format image file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.G721

Raw CCITT G.721 //$bit ADPCM data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.G723

Raw CCITT G.723 3 or 5bit ADPCM data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.G8

Raw Graphics (one byte per pixel) Plane III (PicLab) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GAL

Album (Corel Multimedia Manager) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GAM

Fax document (GammaFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GB

Emulator ROM image file (Nintendo GameBoy) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GBC

Color emulator ROM image file (Nintendo GameBoy) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GBL

Global definitions (VAXTPU Editor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GC1

Lisp source code (Golden Common Lisp 1.1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GC3

Lisp source code (Golden Common Lisp 1.1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GCD

Generic (TM) CADD drawing (later versions) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GCP

Image processing file (Ground Control Point) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GDB

Database file (InterBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GDF

Dictionary file (GEOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GDM

Bells, whistles, and sound boards module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GED

Genealogical data (GEDCOM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GED

Graphic Environment Document (drawing) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GED

Graphics editor file (EnerGraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GED

Graphics editor native format (Arts & Letters) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GEM

Metafile (GEM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GEM

Vector graphics (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GEN

Compiled template (dBase Application Generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GEN

Generated text (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GEO

Geode (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GetRight

Unfinished-Download (GetRight) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GFB

Compressed gif image (GIFBLAST) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GFC

Patton&Patton Flowcharting 4 flowchart From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GFI

Graphics Link presentation (Genigraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GFT

Font (NeoPaint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GFX

Genigraphics Graphics Link presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GIB

Chart (Graph-in-the-Box) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GID

<http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci212189,00.html> Windows 95 global index (containing help status) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GIF

<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci213984,00.html> Bitmap (CompuServe) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.gif, .giff

GIF image file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GIM

Graphics Link presentation (Genigraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GIW

Presentation (Graph-in-the-Box for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GIX

Graphics Link presentation (Genigraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GKH

Ensoniq EPS family disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GKS

GripKey document (Gravis) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GL

Animation file (GRASP graphical System for Presentation) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GLM

Datafile (Glim) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GLS

Datafile (Across) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GLY

Glossary (Microsoft Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GMF

CGM Graphics (APPLAUSE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GMP

Tile map (Geomorph) (SPX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GMR

Graphical monitor record (Schlafhorst Automation) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GNA

Graphics Link presentation (Genigraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GNO

Genealogy document file (Genopro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GNT

Generated executable code (Micro Focus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GNX

Graphics Link presentation (Genigraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GOC

Goc sorce code (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GOH

Goc header (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GP

Geode parameter file (Geoworks Glue) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GPH

Graph (Lotus 1-2-3/G) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GPK

Program package (Omnigo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GPP

Graph paper application file (GraphPap) (Generates graph paper) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GR2

Screen driver (Microsoft Windows 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GRA

Datafile (SigmaPlot) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GRA

Graph (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GRB

Shell Monitor (MS-DOS v5.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GRD

Image processing grid (CHIPS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GRF

Graph (Charisma Graph Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GRF

Grapher (Golden Software) graph From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GRP

Pictures group (PixBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GRP

Program Manager Group (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GRY

Raw graphic (GREY) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GS1

Presentation (GraphShow) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GSD

Vector graphic (Professional Draw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GSM

Audio stream Raw 'byte aligned (GSM 6.10 audio stream) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GSM

Audio stream Raw GSM (6.10 audio stream) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GSM

GSM w. header/QuickLink file (US Robotics voice modems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GSM

GSM w.o. header/VoiceGuide/RapidComm file (US Robotics voice modems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GSP

Sketch pad file (GeoMeter Sketch Pad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GSP

Zip file (Gnuzip) (Allows for output to html) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GSW

Worksheet (GraphShow) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GT2

Music module (Graoumftracker) (new) (MOD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GTK

Music module (Graoumftracker) (old) (MOD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GUP

Data (PopMail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GWP

Greetings WorkShop file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GWX

Graphics Link presentation (Genigraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GWZ

Graphics Link presentation (Genigraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GXL

Graphics library (Genus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.GZ

Compressed file (Unix gzip) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.gz

File compressed with the gzip compression program. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.h

C/C++ program header file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.H

Program header (C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.H!

On-line Help (Flambeaux Help!) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.H++

Header file (C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.H--

Header file (Sphinx C--) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HA

Compressed archive (HA) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HAM

Driver file (Novell Netware) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HAM

Vector graphics saved file (Amiga) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HAP

Compressed archive (HA) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HBK

Accounting data file (Humanic Software) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HBK

Handbook (MathCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HCM

Configuration file (IBM HCM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HCOM

Sound Tools file (HCOM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HCR

Production configuration file (IBM HCD/HCM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HDF

Help file (Help development kit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HDF

National Center for Supercomputing Applications (NCSA) Geospatial Hierarchical Data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HDL

Alternate download listing (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HDR

Database header (Pc-File+) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HDR

Datafile (Egret) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HDR

Message header text (1st Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HDR

Message header text (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HDW

Vector graphics (Harvard Draw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HDX

Help index (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HDX

Help index (Zortech C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HED

Document (HighEdit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HEL

Hellbender saved game (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HEX

Macintosh BinHex <http://WhatIs.techtarget.com/definition/0,,sid9_gci211663,00.html> 2.0 file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HFI

HP font info (GEM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HGL

Drawing file (HP Graphics Language) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HH

Header file (C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HH

Help system map (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HHH

Precompiled header (Power C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HHP

Help information for remote users (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HIT

Audio file (HitPlayer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HLB

Help library (VAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HLP

Help file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HLP

Windows Help file (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HMI

Human machine interfaces MIDI music file (Descent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HMM

Alternate mail read option menu (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HMP

Human machine interfaces MIDI music file (Descent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HNC

Program files (CNC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HOG

Lucas Arts Dark Forces WAD <http://WhatIs.techtarget.com/definition/0,,sid9_gci213332,00.html> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HOG

Main data package file (Descent3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HOG

Mission file (Descent 1-2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HOT

Document file (HotSend) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HP8

Ascii text Roman8 character set (NewWave Write) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HPC

Font language file (Hewlett-Packard) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HPF

HP LaserJet font (Adobe Pagemaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HPF

Partial download file (HotLine) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HPG

HPGL Plotter vector graphics (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HPG

HPGL Plotter vector graphics (Harvard Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HPI

Font information (GEM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HPJ

Help Project file (Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HPK

Compressed archive (HPACK) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HPM

Alternative menu for privileged users (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HPM

Emm text (HP NewWave) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HPP

Header file (Zortech C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HPP

Program header (C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HQX

BinHex (Macintosh 4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HRF

Rastor graphic (Hitachi) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HRM

Alternate menu for limited users (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HS2

Monochrome image (Postering) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HSC

FM synthesized music file (Used by many old games, e.g.:FINTRIS, ROL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HSI

Graphic (Handmade Software, Inc.) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HST

History file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HST

History file (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HT

HyperTerminal file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HTA

A HTML file that has been used to by viruses to update the system registry From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HTM

A Web page (a file containing Hypertext Markup Language - HTML - markup) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.htm, .html, .shtm, .html

Hypertext Markup Language. A web page of some sort. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HTML

<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212286,00.html> A Web page (a file containing Hypertext Markup Language - HTML - markup) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HTT

Hypertext template (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HTX

Template (Extended HTML) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HWD

Presentation (Hollywood) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HWP

Korean word processor document format (HanGul) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HXM

Alternate protocal selection menu (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HXM

HAM extension (Descent2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HXX

Header file (C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HY1

Hyphenation algorythm (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HY2

Hyphenation algorythm (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HYC

Datafile (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HYD

Hyphenation dictionary (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HYM

3D Image binary file (Hymarc Scandata Scanner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.HYP

Compressed archive (HYPER) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.I

Intermediate file (Borland C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.i

SWIG source, or C preprocessor output. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IAN

Text file (Sterling Software) (Groundworks COOL Business Team Model) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IAX

Bitmap (IBM Image Acess eXecutive) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IBM

Compressed archive (ARCHDOS, IBM Internal only) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ICA

Bitmap graphic (Image Object Content Architecture) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ICA

Citrix file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ICB

Targa bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ICC

Catalog file (IronClad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ICC

Printer file (Kodak) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ICD

Drawing file (IronClad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ICL

Icon Library (Generic industry standard) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ICM

Image Color Matching profile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ICN

Icon source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ICO

Icon (Microsoft Windows 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ICS

Scene file (IronClad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ID

Disk identification file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IDB

Intermediate file (Microsoft Developer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IDD

MIDI <http://WhatIs.techtarget.com/definition/0,,sid9_gci212572,00.html> Instrument Definition From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IDE

Project file (Borland C++ v4.5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IDF

MIDI Instrument Definition (Windows 95 required file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IDIF

Identification file (Netscape saved address book) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IDQ

Data Query (Internet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IDW

Vector graphic (IntelliDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IDX

Index file (Microsoft Clip Gallery v. 1.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IDX

Index file (Pro/Engineer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IDX

Microsoft Outlook Express file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IDX

Relational database index (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IDX

Relational database index (Symantec Q&A) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IFD

Form (JetForm Design) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IFF

Image (Sun TAAC/SDSC Image Tool) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IFF

Interchange file, (general purpose data storage format)) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IFO

Digital Video Disk (DVD) datafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IFO

Graphic object layer data (ImageForge Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IFP

Script file (KnowledgeMan) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IFS

Compressed fractal image (Yuvpak) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IFS

Create executable library (ImageForge/ImageForge Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IFS

System file (OS/2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IGES

Initial Graphics Exchange Specification (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IGF

Metafile (Inset Systems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IIF

Interchange file (QuickBooks for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IIM

Music module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ILB

Datafile (Scream Tracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ILBM

Bitmap (graphic image) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ILK

Program outline (Microsoft ILink incremental linker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IM8

Raster graphic (Sun Microsystems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IMA

Image (WinImage) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IMA

Vector graphic (EGO,Chart) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IMF

MIDI music file (Corridor 7, Blake Stone, Wolfenstein 3D, Spear of Destiny) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IMG

Bitmap graphic (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IMG

Image (GEM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IMP

Spreadsheet (Lotus Improv) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IMQ

Image presentation (ImageQ) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IMS

Create executable library data (IconForge) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.in

configure input file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IN$

Installation file (HP NewWave) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IN3

Input device driver (Harvard Graphics v3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INB

Test script (Vermont High Test) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.inbound

internet email message (Microsoft Exchange Server v 5.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INC

Include file (Assembler language or Active Server) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IND

Index (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IND

Shared Database file (Specifically in Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.Individual

Software MultiModule screensaver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INF

Information file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INF

Install script (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INF

Type I LaserJet font information file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.info

Info pages read with the info command. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INI

Bank setup file (Gravis UltraSound) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INI

Initialization file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INI

Setup file (MWave DSP synth's mwsynth.ini GM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INK

Pantone reference fills file (CorelDRAW) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INL

Inline function file (Microsoft Visual C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INP

Source code for form, (Oracle,version 3.0 and earlier) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INRS

INRS-Telecommunications audio From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INS

Datafile (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INS

Install script (InstallShield) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INS

Installation script (1st Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INS

Instrument file (Ensoniq EPS Family) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INS

Instrument music file (Adlib) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INS

Sample (Cell/II MAC/PC instruments) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INS

Sign-up file (X-Internet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INT

Interfaced units (Borland) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INT

Intermediate executable code (Produced when a source program is syntax-checked) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.INX

Index file (Foxbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IO

Compressed archive (CPIO) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IOB

3D graphics database (TDDD format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IOC

Organizational chart (Instant ORGcharting!) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IOF

Findit document (Microsoft Findit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ION

File description (4dos descript.ion) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IPL

Pantone Spot reference pallette (CorelDRAW) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IPS

International patching system binary patch file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IQY

Internet inquiry (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IRS

Resource file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ISD

Spell checker dictionary (RapidFile) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ISH

Compressed archive (ISH) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ISO

<http://searchCIO.techtarget.com/sDefinition/0,,sid19_gci214046,00.html> Lists the files on a CD-ROM; based on the ISO 9660 CD-ROM file system standard From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ISO

ISO (International Standards Organization table, aka: ISO) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ISP

Sign-up file(X-Internet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IST

Instrument file (Digitaltracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ISU

Uninstall script (InstallShield) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IT

Music module (MOD) (Impulse Tracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IT

Settings file (intalk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ITF

Interface file (JPI Pascal TopSpeed) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ITI

Instrument file (Impulse Tracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ITS

Internet document set (possibly a Microsoft file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ITS

Sample file (Impulse Tracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IV

Open Inventor file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IVD

Microdata dimension or variable-level file (Beyond 20/20) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IVP

User subset profile (Beyond 20/20) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IVT

Table or aggregate data (Beyond 20/20) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IVX

Microdata directory (Beyond 20/20) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IW

Presentation flowchart (IconAuthor-HSC Interactive) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IW

Screensaver (Idlewild) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IWA

Text file (IBM Writing Assistant) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IWC

Install Watch document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IWM

Start file (IconAuthor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IWP

Text file (Wang) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.IZT

Binary token file (IZT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.J62

Ricoh camera file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JAR

Java ARchive (a compressed file for applets and related files) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JAS

Graphic (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JAVA

Source code (Java) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JBD

Datafile (SigmaScan) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JBF

Image browser file (Paint Shop Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JBX

Project file (Project Scheduler 4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JFF

JPEG <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JFIF

JPEG <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JIF

JPEG <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JMP

Discovery chart-to-statistics (SAS JMP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JN1

Jill of the Jungle data (Epic MegaGames) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JNB

Workbook file (Sigma Plot 5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JOB

Vector graphics file created by conversion of a IMG file (QuestVision) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JOR

Journal (Microsoft SQL Server) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JOU

Journal backup (VAX Edt editor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JPC

Graphic (Japan PIC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JPE

JPEG <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JPEG

<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JPEG

compressed bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JPG

JPEG bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.jpg, .jpeg

JPEG image file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JS

JavaScript source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JSD

Jet Suite document (eFAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JSP

A HTML page containing a reference to a Java servlet From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JTF

Bitmap graphic (JPEG Tagged Interchange Format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JTF

Fax document (Hayes JT Fax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JTF

JPEG bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JTK

Java ToolKit file (Sun Microsystems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JW

Text document (JustWrite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JWL

Library (JustWrite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.JZZ

Spreadsheet (Jazz) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.K25

Sample file (Kurzweil 2500) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KAR

MIDI file (text+MIDI) (Karaoke) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KB

Keyboard script (Borland C++ 4.5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KB

Program source code (Knowledge Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KBD

Keyboard mapping script (Procomm Plus, LocoScript, Signature) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KBM

Keyboard mapping script (Reflection 4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KCL

Lisp source code (Kyoto Common Lisp) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KDC

Image (Kodak Photo-Enhancer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KEX

Macro (KEDIT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KEY

Datafile (Forecast Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KEY

Icon toolbar (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KEY

Keyboard Macro From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KEY

Security file (Such as a software registration number) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KFX

Image (KoFax Group 4) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KIZ

Digital postcard (Kodak) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KKW

Contains all K-keywords in the RoboHELP Help project Index Designer not associated with topics From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KMP

KeyMaP (Korg Trinity) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KPP

Toolpad (SmartPad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KPS

Bitmap graphic (IBM KIPS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KQP

Native Camera file (Konica) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KR1

Sample (multi-floppy) file (Kurzweil 2000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KRZ

Sample file (Kurzweil 2000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KSF

Sample File (Korg Trinity) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KYB

Keyboard mapping (FTP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.KYE

Game data (Kye) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.L

Linker directive file (WATCOM wlink) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.L

Source code (Lex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.L

Source code (Lisp) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LAB

Datafile (NCSS-SOLO) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LAB

Label file (Visual dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LAB

Mailing labels (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LAN

Loadable module (LAN DLL) (NetWare) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LAY

Clipart file (Printmaster Gold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LAY

Word Chart layout (APPLAUSE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LBG

Label generator data (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LBL

Label (Clipper 5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LBL

Label (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LBL

Label (dBFast) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LBM

Bitmap (DeluxePaint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LBM

Linear Bitmap graphics (XLib) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LBO

Compiled label (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LBR

Compressed archive (LU) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LBR

Display driver (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LBT

Labels (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LBX

Labels (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LCF

Linker control file (Norton Guides compiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LCH

Used in a program (unknown) that monitors a network's response time From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LCK

Lockfile (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LCL

Datafile (FTP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LCN

Lection document (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LCS

Data History file (ACT!) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LCW

Spreadsheet (Lucid 3-D) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LD

Long distance area codes file (Telix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LD1

Overlay file (dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LDB

Lock file (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LDF

Library definition file (Geoworks Glue) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LDIF

Structured text file used for sharing information between E-Mail clients (Microsoft, Netscape and others) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LDL

Library (Corel Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LEG

Legacy document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LES

System game profiles (same as REG file) (Logitec Entertainment) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LEV

Level file (NetHack 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LEX

Dictionary file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LFD

Data resource file (LucasArts Dark Forces) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LFP

LaserForms Plus file (Evergreen) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LFT

Laser printer font (ChiWriter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LFT

Loft file (3-D Studios) (DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LG

Logo procedure definition (LSRHS Logo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LGC

Application log file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LGD

Application log file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LGO

Header and footer logo (SuperFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LGO

Logo file (PaintBrush) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LGO

Startup logo (Microsoft Windows 3.x-9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LHA

Alternate file suffix for LZH From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LHA

Compressed Archive (LHA/LHARC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LHW

Compressed Amiga archive (LHWARP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LIB

Library file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LIF

Compressed archive (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LIF

Logical Interchange data (Hewlett-Packard) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LIM

Compressed archive (LIMIT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LIN

Interactive music sequencing data file (Electronic Arts) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LIN

Line type file (DataCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LIS

Listing (VAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LIS

Output file produced by a Structured Query Reporting (SQR) program From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LIX

Logos library system file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.lj

LaserJet file. Suitable input to a HP LaserJet printer. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LJ

Text file (Hewlett-Packard LaseJet II printer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LK

Database file (OpenSight-16 bit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LKO

Linked object (Microsoft Outlook Express Junkmail file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LL3

Document file (LapLink III) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LLX

Exchange agent (Laplink) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LNK

Datafile (Revelation) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LNK

Linker response file (RTLink) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LNK

Shortcut file (Microsoft Windows 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LOD

Load file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LOG

Log file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.log

Log file of a system service. This file grows with status messages of some system program. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LOK

Compressed file (FileWrangler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LP

A document reader used for downloading mortgage closing information (DesertDocs) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LPC

Printer driver (TEKO) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LPD

Helix Nuts and Bolts file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LPI

Information file for laser printers (common with some scanning sofware) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LRC

Video phone file (Intel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LRF

Linker response file (Microsoft C/C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LRS

Language resource file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LSF

Logos library system file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LSL

Saved library (Corel Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LSL

Script library (Lotus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.lsm

LINUX Software Map entry. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LSP

AutoLISP, CommonLISP, and other LISP language files From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LSS

Spreadsheet (Legato) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LST

Keyboard macro (1st Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LST

List file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LST

Spool file (Oracle) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LTM

Form (Lotus Forms) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LU

Library unit file (ThoughtWing) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LVL

Miner Descent/D2 Level extension (Parallax Software) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LWD

Text document (LotusWorks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LWF

Wavelet graphics file (Luratech) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LWLO

Layered Object file (Lightwave) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LWOB

Object file (Lightwave) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LWP

Wordpro 96/97 file (Lotus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LWSC

Scene file (Lightwave) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LWZ

Linguistically enhanced sound file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LYR

Layer file (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.lyx

LyX word processor document. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LZD

Difference file for binaries (Ldiff 1.20) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LZH

Compressed archive (LH ARC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LZS

Compressed archive (LARC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LZS

Data file (Skyroads) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LZW

Compressed Amiga archive (LHWARP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.LZX

Compressed archive (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.M

Macro module (Brief) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.M

Program file (Matlab) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.M

Standard package (Mathematica) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.M11

Text file (MASS11) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.M1V

MPEG-related file (MIME type 'mpeg') From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.M3

source code file (Modula 3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.M3D

3D animation (Corel Motion) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.M3U

MPEG URL (MIME audio file) (MP3 Playlist) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.M4

M4 Preprocessor file (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MA3

Macro (Harvard Graphics 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAC

Image (MacPaint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAC

Macro (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAD

Module (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAF

Form (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAG

A graphics format found in some Japanese files From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAG

MAG graphics format created by Woody Lynn (MPS Magro Paint System) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAGIC

Configuration file (Magic Mail Monitor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAI

Mail (VAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAK

Makefile (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAK

Project (Visual Basic or Microsoft C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAM

Macro (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAN

Command module (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.man

Man page. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAN

Manual page output (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAP

Color pallette (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAP

Format data (Micrografx Picture Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAP

Linker map file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAP

Map file (Atlas MapMaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAP

Map file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAP

Map file used for color choices (Pro/Engineer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAP

Network map (AccView) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAP

WAD <http://WhatIs.techtarget.com/definition/0,,sid9_gci213332,00.html> game file (Duke Nukem 3D) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAQ

Query (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAR

Assembly program (VAX Macro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAR

Report (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAS

Graphics file (Lotus Freelance Smartmaster) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAT

Binary file (Matlab) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAT

Table (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAUD

Sample format (Maud) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAX

3D scene (Kinetix 3D Studio Max) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAX

Document (Paperport) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAX

Layout file (OrCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAX

Source code (MAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAZ

A format use by Division's dVS/dVISE From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MAZ

Maze data file (Hover) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MB

Memo field values for database (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MB1

Data file (Apogee Monster Bash) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MBK

Multiple index archive (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MBOX

Mailbox file (Berkeley Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MBX

Extension Microsoft Outlook adds to saved email, Eudora mailboxes From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MCC

Calling card (Dialer10) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MCC

Configuration file (MathCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MCD

Document (MathCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MCF

Font file (MathCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MCF

Magic control file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MCI

Command script (Media Control Interface) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MCP

Application script (Capsule) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MCP

Printer driver (MathCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MCP

Project file (Metrowerks CodeWarrior) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MCR

Keyboard macro file (DataCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MCW

Document (Microsoft Word for Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MCW

Text document (MacWrite II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MD

Compressed archive (MDCD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDA

Add-in file (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDA

Workgroup (Microsoft Access version 2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDB

Database (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDE

MDE file (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDL

Model (3D Design Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDL

Model file (Quake) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDL

Model file element (Rational Rose) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDL

Music module (MOD) (Digital Trakker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDL

Spreadsheet (CA-Compete!) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDM

Modem definition (Telix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDN

Blank database template (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDT

Add-in file (Data) (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDT

Data table (Microsoft ILink incremental linker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDW

Workgroup (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDX

Multiple index file (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MDZ

Wizard template (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ME

ASCII text document (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MEB

Macro editor bottom overflow library (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MED

Macro editor delete save file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MED

Music module (MOD) (OctaMed Music Editor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MEM

Macro editor macro (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MEM

Memory variable save file (Clipper) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MEM

Memory variable save file (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MEM

Memory variable save file (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MEQ

Macro editor print queue file (WordPerfect for Windows Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MER

Format for interchanging spreadsheet/database data; recognized by Filemaker, Excel, and others From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MER

Macro editor resident area (WordPerfect for Windows Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MES

Macro editor workspace file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MES

Message file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MET

Document file (OmniPage Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MET

Macro editor top overflow file (WordPerfect for Windows Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MET

Presentation Manager metafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MEU

Menu group (DOS Shell) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MEX

Executable command (Matlab) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MEX

Macro editor expound file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.mf

Meta-Font font program source file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MF

Metafont text file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MFG

Manufacturing file (Pro/ENGINEER) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MGF

A file in a Materials and Geometry Format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MGF

Font file (MicroGrafx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MHT

MHTML document (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MHTM

MHTML document (MIME) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MHTML

MHTML document (MIME) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MI

Data file (Cocreate ME10) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MI

Miscellaneous file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MIC

Image Composer file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MID

MIDI <http://WhatIs.techtarget.com/definition/0,,sid9_gci212572,00.html> music From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MIF

Interchange format (Adobe FramMaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MIFF

Machine Independent File (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MII

Datafile (MicroStat-II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MIM

<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212575,00.html> A multipart file in the Multi-Purpose Internet Mail Extensions (MIME <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212576,00.html>) format; often created as the result of sending e-mail with attachments in AOL. The files in a multipart MIM file can be "opened" (unarchived and separated into individual files) using Winzip or a similar program. From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MIME

<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212576,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MIX

Object file (Power C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MIX

Package file (Command & Conquer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MIX

Picture file (Microsoft PhotoDraw 2000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MIX

Picture file (Microsoft Picture-It!) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MIX

Resource archive (Westwood Studios) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MJF

Audio file similar to MP3 (Mjuice) (Opens with WinAmp) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MK

Makefile (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MKE

Makefile (Microsoft Windows SDK) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MKI

Graphic Image (MagView 5.0) (Japanese) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MKS

Datafile (TACT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ML3

Project file (Milestones 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MLB

Macro library (Symphony) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MLI

A file in 3D Studio's Material-Library format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MLID

Muliple link interface driver file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MLM

Groupwise email file (Novell Groupwise) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MM

Text file (MultiMate Advantage II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MMC

Catalog file (Microsoft Clip Gallery 5.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MME

<mim.htm> A multipart file in the Multi-Purpose Internet Mail Extensions (MIME <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212576,00.html>) format; often created as the result of sending e-mail with attachments in AOL. The files in a multipart MME file can be "opened" (unarchived and separated into individual files) using Winzip or a similar program. From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MMF

Mail file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MMF

Mail message file (Microsoft Mail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MMF

Meal Master Format, a recipe catologing format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MMG

Beyond 20/20 table or aggregate data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MML

Bulk mail file (Created by MyMailList) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MMM

Multimedia movie (MacroMind Director 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MMM

Multimedia movie (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MMO

Memo Writer file (RapidFile) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MMP

MindManager file (MindMapor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MMP

Output video (Bravado) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MN2

Mission file (Descent2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MN3

Mission file (Descent3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MND

Menu source (AutoCAD Menu Compiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MND,

MNI Mandelbrot for Windows From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MNG

Map (DeLorme Map'n'Go) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MNG

Multi-image Network Graphics From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MNT

Menu file (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MNU

Advanced macro (HP NewWave) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MNU

Interact menu (Intertal Systems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MNU

Menu (AutoCAD Menu Compiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MNU

Menu (Norton Commander) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MNU

Menu file (Visual dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MNX

Compiled menu (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MNX

Menu (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MNY

Account book (Microsoft Money) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MOB

Device definition (PEN for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MOD

Amiga/PC tracker module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MOD

FastTracker, StarTrekker, Noise Tracker (etc.) music module file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MOD

Kernel module (Microsoft Windows 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MOD

Modula-2 source code file (Clarion Modula-2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MOD

Spreadsheet (Microsoft Multiplan) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MON

Monitor description (ReadMail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MOV

Movie (AutoCAD/AutoFlix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MOV

Movie (QuickTime for Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MOZ

Zipped (Compressed) mod file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MP2

MPEG Audio Layer 2 file (MIME video file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MP2

MPEG Audio Layer 2 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MP3

MPEG Audio Layer 3 (AC3) file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MP3

MPEG Audio Layer 3 (AC3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MPA

MPEG-related file (MIME type 'mpeg') From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MPC

Calendar file (Microsoft Project) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MPD

Database file (Microsoft Project) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MPE

MPEG animation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MPEG

<http://WhatIs.techtarget.com/definition/0,,sid9_gci212601,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MPEG

animation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MPG

MPEG animation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MPM

Mathplan Macro library (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MPP

Drawing file (CAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MPP

Project file (Microsoft Project) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MPR

Menus (compiled) (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MPT

Bitmap graphics (Multipage TIFF) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MPV

View file (Microsoft Project) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MPX

Compiled menu program (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MPX

Exchange file (Microsoft Project) used for exporting data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MRB

Multiple resolution bitmap graphics (Microsoft C/C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MRI

MRI Scan From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MRS

Macro resource file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSA

Archive (Magic Shadow) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSC

Common console document (Microsoft Windows 2000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSC

Makefile (Microsoft C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSD

Diagnostics report file (Microsoft MSD) (Diagnostics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSDL

Scene Description Language (Manchester) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSG

Mail message (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSI

Installer package (Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSN

Mission File (Descent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSN

Network document (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSP

Paint bitmap (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSP

Windows Installer patch file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSS

Manuscript text file (Jove) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSS

Manuscript text file (MINCE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSS

Manuscript text file (Perfect Writer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSS

Manuscript text file (Scribble) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MST

Minispecification file (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MST

Setup script (Microsoft SDK) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MST

Windows Installer transform From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSW

Text file (Microsoft Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MSX

Compressed CP/M archive (MSX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MTH

Math file (Derive) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MTM

Music module (MOD) (Multitracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MTW

Datafile (Minitab) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MTX

Twain device driver (32 bit)(UMax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MU

Menu (Quattro Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MUL

Online game called Ultima online From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MUS

Interactive music audio data file (Electronic Arts) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MUS

Music (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MUS

Music (MusicTime) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MUS10

Audio (Mus10) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MV

Server-side script file (Miva) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MVA

Video accelerator file (Matrox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MVB

Multimedia Viewer file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MVC

Image file (Sony Digital Mavica) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MVE

Interplay video file (Descent2, Fallout2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MVF

Stop frame file (AutoCAD-AutoFlix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MVI

Movie command file (AutoCAD-AutoFlix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MVW

Log file (Saber LAN) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MWF

Animation (ProMotion) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MWP

Smartmaster file (Lotus WordPro 97) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MXD

Map file (ArcInfo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MXT

Datafile (Microsoft C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.MYP

Presentation file (Make Your Point) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.M_U

Hard Drive Boot sector backup (MazeGold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NAN

Nanoscope files (Raw Grayscale) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NAP

Metafile (NAP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NAP

Video file (EnerGraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NB

Text file (Nota Bene) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NC

Instructions for numerical control machine (CAMS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NCB

Developer Studio file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NCC

CNC (Computer Numeric Control) file (CamView 3D) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NCD

Change directory (Norton) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NCF

Command File (Netware) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NCF

Internal clipboard (Lotus Notes) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NDB

Network database (Intellicom) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NDO

3D low-polygon modeler (Nendo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NDX

Database file (1ACT! for Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NDX

Index file (Cindex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NDX

Index file (dBase II-III-IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NEO

Raster graphics (Atari Neochrome) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NES

Emulator ROMS for game console (Nintendo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NET

Netlist output file (Orcad Schematic Capture) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NET

Network configuration file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.netCDF

Network Common Data Form From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NEW

New info From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NEZ

Emulator file used for game consoles (NES) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NFF

Neutral File Format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NFO

Info file database text From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NFO

Infobase file (Folio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NFT

Template file (Netobject Fusion) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NG

Online documentation database (Norton Guide) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NIL

Icon Library file (EasyIcons-compatible) (Norton) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NIST

Audio (NIST Sphere) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NLB

Data (Oracle 7) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NLM

Loadable Module (Netware) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NLS

National Language Support file used for localization <http://searchCIO.techtarget.com/sDefinition/0,,sid19_gci212496,00.html> (for example, by Uniscape <http://www.uniscape.com/index.shtml>) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NLU

E-Mail Trigger file (Norton LiveUpdate) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NLX

Form (FormWorx 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NOD

File (Netobject Fusion) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NP

Project schedule (Nokia Planner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NP

Project schedule (Visual Planner 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NPI

Source for interpreter (dBase Application Generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NRF

Data file (NICOLET) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NRG

Image file (Nero) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NS2

Database (Lotus Notes version 2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NS3

Database (Lotus Notes version 3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NS4

Database (Lotus Notes version 4) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NSF

Database (Lotus Notes) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NSO

Document file (NetObject Fusion) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NST

Music module (MOD) (Noise Tracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NT

Startup files (Microsoft Windows NT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NTF

Database template (Lotus Notes) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NTR

Executable ASCII text file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NTS

Executable ASCII text file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NTS

Tutorial (Norton) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NTX

Index file (CA-Clipper) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NUF

Message for new users (1st call) (Procomm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NWC

Song file (Noteworthy Composer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NWS

News message (MIME RFC822) (Microsoft Outlook Express) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.NXT

Sound file (NeXT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.O

Object file (Atari) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.O

Object file (GCC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.O

Object file (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.O$$

Outfile (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OAS

Word processor document (Fujitsu OAS)(Japanese) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OAZ

Fax (NetFax Manager) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OB

Object cut/paste file (IBM LinkWay) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OBD

Binder (Microsoft Office) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OBD

Binder template (Microsoft Office) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OBJ

Object file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OBR

Object browser data file (Borland C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OBS

Script (ObjectScript) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OBV

Visual interface (ObjectScript) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OBZ

Binder Wizard (Microsoft Office) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OCF

Object craft file (Object Craft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OCR

Transcribed fax-to-text file (FAXGrabber) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ODL

Type library source (Visual C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ODS

Mailbox file (Microsoft Outlook Express) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OFD

Form definition (ObjectView) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OFF

Object File (3D Mesh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OFN

FileNew file (Microsoft Office) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OFT

Template (Microsoft Outlook) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OKR

Feldeinteilung module file (3-D Fassade Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OKT

Music module (MOD) (Oktalyzer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OLB

Object Library (OLE) (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OLB

Object library (VAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OLD

Backup file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OLE

<http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci214126,00.html> Object Linking and Embedding (OLE) custom control (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OLE

<http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci214126,00.html> OLE object From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OLI

Text file (Olivetti) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OO1

Voice file (Typhoon) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OOGL

Object Oriented Graphics Library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OOM

Swap file (Shroom) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OPJ

Project file (Orcad Schematic Capture) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OPL

Organiser Programming Language source file (Psion/Symbian) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OPN

Active options (Exact) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OPO

Output executable file (OPL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OPT

Developer Studio file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OPT

Optimize support file (QEMM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OPW

Organization chart (Org Plus for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OPX

Extension DLL (OPL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OPX

Inactive options (Exact) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OR2

Calendar file (Lotus Organizer 2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OR3

Lotus Organizer 97 file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ORA

Configuration file (Oracle 7) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ORA

Parameter file (Oracle) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ORC

Script (Oracle 7) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.ORG

Calendar file (Lotus Organizer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OSS

Search file (Microsoft Office) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OST

Offline file (Microsoft Exchange/Outlook) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OTL

Outline font description (Z-Soft Type Foundry) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OTL

Template file (PrintMaster Gold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OTL

Template file (Super NoteTab) (Fookes) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OTX

Text file (Olivetti Olitext Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OUT

Output file (Microsoft C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OV

Database file (Revelation-DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OV1

Overlay file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OV2

Overlay file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OVD

Datafile (ObjectVision) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OVL

Overlay file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.OVR

Overlay file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.P

Application parameter file (ReaGeniX code generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.P

Picture file (APPLAUSE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.P

Source code (Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.P10

Plot 10 drawing (Tektronics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.P16

16 Channel Music file (ProTracker 16) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.P22

Patch file (Patch 22) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.P3

Project Planner file (Primavera) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.P65

Document file (PageMaker 6.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.P7C

Digital ID file (MIME) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PA1

Worktable (PageAhead) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAB

Personal Address Book (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAC

Image (Stad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAC

Package file (Sound Blaster Studio II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAD

Keypad definition (Telemate) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAK

Compressed archive (PAK) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAK

WAD <http://WhatIs.techtarget.com/definition/0,,sid9_gci213332,00.html> file (Quake) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAL

A compressed file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAL

Color palette (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAN

Printer specific file (CorelDRAW) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAQ

Password encrypted zip file (Hewlett-Packard) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAR

Parameter file (Fractint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAR

Parts application (Digitalk PARTS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAR

Permanent output file (Microsoft Windows 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAS

Source code file (Borland Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAT

exePatch utility used for Warcraft2 (WarHack) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAT

Hatch pattern file (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAT

Patch file (Advanced Gravis Ultrasound/Forte Technologies) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PAT

Pattern file (CorelDRAW) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.pattern

colors From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PB

Fax (FAXability Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PB

Phone book (WinFax Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PB

Setup file (PixBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PB1

Document (First Publisher for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PBA

Source code file (Powerbasic BASIC) (Genus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PBD

Dynamic library, an alternative to a native <http://searchVB.techtarget.com/sDefinition/0,,sid8_gci212624,00.html> DLL <http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci213902,00.html> (PowerBuilder) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PBD

Phone book (FaxNOW!-Faxit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PBF

Turtle Beach Pinnacle Bank File From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PBI

Include file (PowerBasic) (Genus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PBI

Profiler binary input file (Microsoft Source Profiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PBK

Microsoft Phonebook From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PBL

Library file used in a development environment (PowerBuilder) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PBL

PowerBasic library (Genus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.pbm

PBM image file format. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PBM

Planar bitmap graphic (XLib) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PBM

Portable bitmap graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

.PBO

Profiler binary output (Microsoft Source Profiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/h