File Systems

File Descriptor

English

Overview

A number identifying a file a process has open.

Details

A non-negative integer that identifies a file, socket, or similar object a process has open. Standard input, output, and error each have a predefined number.

More Linux terms