CENG 328 OPERATING SYSTEM
Project Work
Write a program for simulating Unix File System Structure by including at
least such Unix commands: mkdir, cd, cp, mv, rm ,ls.
The program has two main parts:
1. First part should be like a "console" window as in Unix. Here specified
commands usage and effects should be same with the original one.
2. Second part should be display background information that is made by
Unix. So contents of the directory tables and i-nodes are included this part.