A lightweight, interactive file system simulator with a Unix-like shell interface. Create, navigate, and manage files and directories in a persistent virtual environment.
- Persistent file and directory storage
- User management with login/logout functionality
- File and directory manipulation (create, delete, modify)
- Unix-like command interface
- Dockerized for easy setup and isolated environment
This project simulates a file system environment with permanent storage. Users can interact with the system using a simple shell implementation.
There are no dependencies
docker build -t fylesystem:latest .
docker run -it fylesystem:latest
- exit
- logout
- mkdir
- touch
- ls
- cd
- clear
- rmdir
- echo
- cat
- help
- rm