README.md

November 30, 2018 ยท View on GitHub

Program for Two Level Directory Organisation Technique

solution raw output

In the two-level directory system, each user has own user file directory (UFD). The system maintains a master block that has one entry for each user. This master block contains the addresses of the directory of the users. When a user job starts or a user logs in, the system's master file directory (MFD) is searched. When a user refers to a particular file, only his own UFD is searched. This effectively solves the name collision problem and isolates users from one another.

Output

output_img output_img output_img