File Descriptor (FD)

Định nghĩa File Descriptor (FD) là gì?

File Descriptor (FD)Nộp Descriptor (FD). Đây là nghĩa tiếng Việt của thuật ngữ File Descriptor (FD) - một thuật ngữ thuộc nhóm Technology Terms - Công nghệ thông tin.

Độ phổ biến(Factor rating): 5/10

Đối với hầu hết các hệ điều hành, một bộ mô tả tập tin (FD) là một số nguyên không âm nhỏ giúp trong việc xác định một tập tin mở trong một quá trình trong khi sử dụng các nguồn lực đầu vào / đầu ra như ổ cắm mạng hoặc ống dẫn. Nói cách khác, nó có thể được coi là một bảng chỉ mục các tập tin mở. Khi có được đọc, ghi hoặc tập tin đóng cửa hoạt động, một trong những thông số đầu vào được coi là mô tả tập tin. Tập tin mô tả hình thành một bộ phận quan trọng của giao diện lập trình ứng dụng POSIX và cung cấp một nguyên thủy, giao diện ở mức độ thấp đến hoạt động đầu vào hoặc đầu ra.

Xem thêm: Thuật ngữ công nghệ A-Z

Giải thích ý nghĩa

Một hạt nhân tạo ra một mô tả tập tin bất cứ khi nào nó gặp một cuộc gọi mở. Trong nhiều cách, là cửa ngõ vào trừu tượng của hạt nhân của phần cứng cơ bản có thể được coi như mô tả tập tin. Trong hệ điều hành Unix, đầu vào tiêu chuẩn được biểu diễn bởi tập tin mô tả 0, đầu ra tiêu chuẩn được thể hiện bằng mô tả file 1 và file sai số chuẩn được biểu diễn bởi mô tả tập tin 2. Nói cách khác, tương ứng với ba dòng tiêu chuẩn, mỗi quá trình UNIX sẽ có ba file descriptor chuẩn. Cả hai con suối và mô tả tập tin có thể đại diện cho một thiết bị kết nối, tuy nhiên để kiểm soát các thiết bị cụ thể, mô tả tập tin cần phải được sử dụng. Trong hầu hết các hệ điều hành như UNIX, mô tả tập tin được biểu diễn dưới dạng các đối tượng kiểu “int”. Các mô tả tập tin được sử dụng bởi các hạt nhân như một chỉ số trong bảng mô tả tập tin để xác định quá trình ban đầu mở một tập tin cụ thể và sau đó cho phép thực hiện các hoạt động yêu cầu trên thiết bị mở hoặc tập tin.

What is the File Descriptor (FD)? - Definition

For most operating systems, a file descriptor (FD) is a small non-negative integer that helps in identifying an open file within a process while using input/output resources like network sockets or pipes. In a way, it can be considered as an index table of open files. When there are read, write or closing file operations, one of the input parameters considered is the file descriptor. File descriptors form an important component of POSIX application programming interface and provide a primitive, low-level interface to input or output operations.

Understanding the File Descriptor (FD)

A kernel creates a file descriptor whenever it encounters an open call. In many ways, the gateway into the kernel’s abstractions of underlying hardware can be considered as file descriptors. In the Unix operating system, the standard input is represented by file descriptor 0, the standard output is represented by file descriptor 1 and standard error file is represented by file descriptor 2. In other words, corresponding to the three standard streams, each UNIX process would have three standard file descriptors. Both streams and file descriptors can represent a device connection, however for controlling specific devices, file descriptors need to be used. In most operating systems such as UNIX, file descriptors are represented as objects of type “int.” The file descriptor is used by the kernel as an index in the file description table in order to determine which process originally opened a specific file and then allow performing the requested operations on the opened device or file.

Thuật ngữ liên quan

  • File
  • File Allocation Table (FAT)
  • File Management System
  • File Handle
  • Superblock
  • Autonomic Computing
  • Windows Server
  • Application Server
  • Full Virtualization
  • Legacy System

Source: ? Technology Dictionary - Filegi - Techtopedia - Techterm

Trả lời

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *