Exercise

Enhance your understanding by getting hands-on practice ​by attempting these questions on the file system implementation!

We'll cover the following

Simulator

Use this simulator, vsfs.py, to study how file system state changes as various operations take place. The file system begins in an empty state, with just a root directory. As the simulation takes place, various operations are performed, thus slowly changing the on-disk state of the file system. See the previous lesson for details on how to interact with the simulator.

Get hands-on with 1200+ tech skills courses.