Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.32 KB

File metadata and controls

18 lines (14 loc) · 1.32 KB

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