Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 10: File-System, ACM
Shows the access rights for each user for…
Chapter 10: File-System
ProtectionFile owner should able to control:
- what can be done
- who can do it
Types of Access
- read
- write
- execute
- append
- delete
- list
File Sharing Advantages:
- Save space
- Synchronized data update
- Efficiency (System's resource)
File Sharing Disadvantages
- Need access control to protect file
Access Control
- Access Control Matrix (ACM)
- Access Control List (ACL)
-
File access methods
Sequential access
-
IBM indexed sequential-access method(ISAM)
- Involve creation of an index for the file
- Small master index, points to disk blocks of
secondary index
- File kept sorted on a defined key
- All done by the OS
-
-
-