# 🖥️ Bash User & Group Management Tool
A command-line system administration script built in Bash
for managing users and groups on Linux systems (RHEL/CentOS).
Developed as part of the RHCSA training at ITI.
---
## 📋 Features
- Add / Modify / Delete Users
- Add / Modify / Delete Groups
- List all Users and Groups
- Enable / Disable User accounts
- Change User Passwords
- Interactive menu-driven interface using `select`
---
## 🛠️ Technologies Used
- Bash Scripting
- Linux User Management commands (`useradd`, `usermod`, `userdel`)
- Group Management commands (`groupadd`, `groupmod`, `groupdel`)
- RHEL / CentOS Environment
---
## 🚀 How to Run
```bash
chmod +x user_management.sh
sudo ./user_management.sh
```
---
## 📸 Demo

- Institute: Information Technology Institute (ITI)
- Track: Network & System Administration
- Related Certification: RHCSA (Red Hat Certified System Administrator)