Skip to content

0l3d/lightfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Lightfs

Lightweight and Simple filesystem simulator.

Features

  • Change dir with : cd
  • Create folder with : mkdir
  • Create file with : new
  • Look at File with : cat
  • List folders and Files : ls

Usage and Files

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.

License

This project is licensed under the GPL-3.0 License.

Author

Created By 0l3d.

About

Lightweight file-system simulator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages