Why we need files

Descripción

0 (File Systems) Operating Systems Apunte sobre Why we need files, creado por Ahmad Abdelwahed el 26/06/2015.
Ahmad Abdelwahed
Apunte por Ahmad Abdelwahed, actualizado hace más de 1 año
Ahmad Abdelwahed
Creado por Ahmad Abdelwahed hace alrededor de 9 años
4
0

Resumen del Recurso

Página 1

We have three essential requirements for long-term information storage: It must be possible to store a very large amount of information. The information must survive the termination of the process using it. Multiple processes must be able to access the information at once. Just a few of the questions that quickly arise are: How do you find information ? How do you keep one user from reading another user's data ? How do you know which blocks are free ? As we saw how the operating system abstracted away the concept of the processor to create the abstraction of a process and how it abstracted away the concept of physical memory to offer processes address spaces, we can solve this problem with a new abstraction: the file.Files are logical units of information created by processes.File system is the part of operating system dealing with files.

Mostrar resumen completo Ocultar resumen completo

Similar

Shared Files
Ahmad Abdelwahed
File System Consistency
Ahmad Abdelwahed
Components of An Operating System - Jason Madappattu
Jason EM
File Naming
Ahmad Abdelwahed
File attributes
Ahmad Abdelwahed
OS1: Operating system basics
MpoMp
OS9: Processes
MpoMp
OS11: Interprocess communication
MpoMp
Operating Systems
bubblesthelabrad
OS10: Threads
MpoMp
OS Final
Hello World