Open (system call)

In Unix-like operating systems, a program initializes access to a file in a file system using the open system call. This allocates resources associated to the file (the file descriptor), and returns a handle that the process will use to refer to that file.

Source: Wikipedia — Open (system call) (CC BY-SA 4.0)

Open (system call)

In Unix-like operating systems, a program initializes access to a file in a file system using the open system call. This allocates resources associated to the file (the file descriptor), and returns a handle that the process will use to refer to that file.

Source: Wikipedia "Open (system call)" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy