Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 535 Bytes

File metadata and controls

14 lines (10 loc) · 535 Bytes

VirtualFileSystem

A virtual file system written in C++,

Compile by running g++ *.cc -o vfs

Using Vfs

  • Run the program by vfs --interactive
  • To create a file system -> create
  • To open an existing vfs -> open
  • To create dirextories -> mkdir
  • To list contents of the directory -> list
  • To add a file from the system to the vfs -> add