File-System-in-C

Simulation of File System!

This repo is a simulation of File System in C Language.

COMMAND ACTION
root initialize root directory
print print current working directory and all descendants
chdir change current working directory (.. refers to parent directory)
mkdir sub-directory create
rmdir delete a directory
mvdir move a directory
mkfil file create
rmfil file delete
mvfil file rename
szfil file resize
exit quit the program