project aims to simulate how a Database works by simply implementing some of the basic Database operations using Bash Scripts
Install my-project with git
git clone https://github.com/fadel-hasan/bash_database_simulation.git
To run this project
cd bash_database_simulation
chmod 777 *
./main.sh
- Log files for all databases in the databases directory
- Enable backup of a specified database in the /opt/Backup directory
- Providing specific users access to the database directory
- Beautiful user interface for communicating with other scripts in the terminal
In this project, I learned how to deal with the Linux system in general and how to manage users, privileges, and groups within it, in addition to building this project inside a docker container.
Contributions are always welcome!