This repository contains a Bash script that provides a simple user and group management graphical dialogue interface using Whiptail.
- Bash: Ensure that you have Bash installed (default on most Linux distributions).
- Whiptail: Whiptail is required for the graphical dialogue interface. You can install it using your package manager if it is not already installed.
1) Clone the repository to your local machine:
git clone https://github.com/reemahmedamer/Admin-Helper-Bash-Script.git
cd Admin-Helper-Bash-Script
2) Make the script executable:
chmod +x adminHelper.sh
3) Run the script with superuser privileges:
sudo ./adminHelper.sh