fuse/README.md

17 lines
374 B
Markdown

# FUSE
A simple mock filesystem written in C
# Author
Gregory Crawford
# Instructions
Run `make` to compile the project.
Output files get placed into bin
# Running
Run bin/fuse.out with appropriate commands to run program
# Commands
bin/fuse.out [-a | -r | -e | -l] [Input Filename] -f [Name of filesystem]
Ex: `bin/fuse.out -a test/files/test1.txt -f test/fakefs.test`