A Hierarchical Filesystem simulation in C++
-
Updated
Jan 25, 2018 - C++
A Hierarchical Filesystem simulation in C++
A basic simulated os/kernel idk built with Python
This project simulates a Unix-like file system using an N-ary tree data structure, enabling efficient file and directory management. It supports essential operations like creation, deletion, traversal, and renaming while providing a command-line interface that mimics Unix shell commands for an intuitive user experience.
Creates a hierarchical file system system simulation
Add a description, image, and links to the filesystem-simulation topic page so that developers can more easily learn about it.
To associate your repository with the filesystem-simulation topic, visit your repo's landing page and select "manage topics."