mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
422 B
422 B
| title | aliases | tags |
|---|---|---|
| management-of-file-systems |
A file is a collection of related data. They can be thought of as artifacts of the dialogue between the user and the OS
The attributes of a file are stored in an index node (inode) which held in a directory. These attributes include: name, owner, type, location, size, permissions, more.
There are two main systems calls for file interaction: write and read