This is a C++ program of a Linux-based virtual file system.
The default size of a folder inode is 10 bytes, except for the root (whose size is 0 bytes).
You will find the available commands for you to use once you run the program.
- Make sure you have the G++ complier installed.
- Run the program on the terminal using "g++ <program_name>.cpp && ./a.out".