Lightweight and Simple filesystem simulator.
- Change dir with : cd
- Create folder with : mkdir
- Create file with : new
- Look at File with : cat
- List folders and Files : ls
git clone https://github.com/0l3d/lightfs.git
cd lightfs/
gcc lightfs.c -o lightfs
./lightfs
-> cd quickstart
-> cat quickstart.txt
The entire file system is stored in the fs.img file.
This project is licensed under the GPL-3.0 License.
Created By 0l3d.