Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 315 Bytes

File metadata and controls

10 lines (8 loc) · 315 Bytes

fileSystem

windows 下模拟 Linux系统 C++实现 用iNode

Requirements 1. Simulate a Unix file system on your Windows Platform 2. Understand the file system on Unix system, and the usage of i-nodes 3. Implement the function of sub-directory 4. The task needs to be completed using C++ or C