The Linux User Management System is a beginner-level Linux administration project that demonstrates how to create and manage users and groups in a Linux environment.
This project simulates a real-world company where employees are added, assigned to departments, managed securely, and removed when no longer required.
- Create Linux groups
- Create Linux users
- Assign users to groups
- Set user passwords
- Verify user information
- Lock and unlock user accounts
- Delete user accounts
- Kali Linux
- Bash Shell
- Linux Terminal
groupadd
useradd
passwd
usermod
groups
passwd -l
passwd -u
userdel -rCreate Linux Groups
Create Linux Users
Assign Passwords
Add Users to Groups
Verify User Information
Lock User Account
Unlock User Account
Delete User Account
Screenshots are available inside the screenshots/ folder.
- Linux User Management
- Linux Group Management
- Password Management
- Linux Administration
- User Account Security
- Bash Script Automation
- Bulk User Creation
- Password Expiry Policy
- SSH User Management
Junior Cyber Security Student