Operating Systems 1
Tutorial 9
- UNIX has a daemon process which periodically writes dirty blocks from the block cache to disk. Why?
- What is the advantage of a journalled file system (or database)? Disadvantages?
- Distinguish between a full backup and an incremental backup.
- In UNIX, what are two differences between 'character devices' and 'block devices'?
- Why is device independence an important goal for operating systems?
- What's an advantage of a UNIX-style unified namespace for files and devices, over the MS-DOS approach of separate namespaces for each device?
- Describe the tradeoff in UNIX-style file protection bits, versus a full-blown protection matrix.
- What is an access control list?