Welcome to Zen-OS, a simple and intuitive GUI-based shell script that works like an operating system created using Zenity. Zen-OS provides a user-friendly interface for performing various tasks and managing your system effortlessly.
- Display system information
- Create a new directory
- Delete a directory
- View files in the current directory
- Search for a file
- Add a file
- Delete a file
- Update a file
- Show users
- Add a user
- Delete a user
- View running processes
- Shutdown Zen-OS gracefully
- Linux-based operating system
- Zenity package installed
To use Zen-OS, you need to have Zenity installed on your Linux system. If you don't have Zenity installed, follow the instructions below to install it:
sudo apt update
sudo apt install zenity
sudo dnf install zenity
sudo pacman -Sy zenity
sudo yum install zenity
To clone the Zen-OS repository from GitHub, follow these steps:
-
Open the terminal on your Linux system.
-
Change to the directory where you want to clone the repository.
-
Run the following command to clone the repository:
git clone https://github.com/MShazim/Zen-OS.git
-
Once the cloning process is complete, navigate to the cloned directory:
cd Zen-OS
-
Make the script executable using the following command:
chmod +x Zen-OS.sh
-
Run the script using the following command:
./Zen-OS.sh
-
The Zen-OS main menu will be displayed.
-
Select the desired option from the menu to perform the corresponding task.
-
Follow the on-screen instructions and prompts to interact with Zen-OS.
-
Enjoy the simplicity and ease of use offered by Zen-OS!
Contributions to Zen-OS are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue on the GitHub repository.
This project is licensed under the MIT License.
Zen-OS is a semester project created for educational purposes and may not be suitable for production environments. Use it at your own risk.
For any questions or support regarding Zen-OS, please contact me aslamshazim20@gmail.com.
Happy Zen-OS-ing!