File System - Open File
Table of Contents
About
When a file is open, it gets a file descriptor (File Handle) from the file system as a mean to manipulate it.
Open File from a process are generally:
- Properties file
- …
The information on open file are on this page: File System - File Descriptor or Handle (Open File)
Articles Related
- IO - Standard streams (stdin, stdout, stderr)
- File System - File Descriptor or Handle (Open File)
- OS - (Dynamic|Shared) Library (so, dll)
- Linux - Process
- Process - Resource
- Parallel programming - Semaphore (Counter Variable)
- Linux - disk free command (df)
- Linux - du (Disk Usage)
- Process - Execution Environment
- File - Read Operation
- More ...
Recommended Pages

