Skip to content

Repository files navigation

Linux User Management System

Project Overview

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.


Objectives

  • Create Linux groups
  • Create Linux users
  • Assign users to groups
  • Set user passwords
  • Verify user information
  • Lock and unlock user accounts
  • Delete user accounts

Technologies Used

  • Kali Linux
  • Bash Shell
  • Linux Terminal

Linux Commands Used

groupadd
useradd
passwd
usermod
groups
passwd -l
passwd -u
userdel -r

Project Workflow

Step 1

Create Linux Groups

Step 2

Create Linux Users

Step 3

Assign Passwords

Step 4

Add Users to Groups

Step 5

Verify User Information

Step 6

Lock User Account

Step 7

Unlock User Account

Step 8

Delete User Account


Project Screenshots

Screenshots are available inside the screenshots/ folder.


Skills Learned

  • Linux User Management
  • Linux Group Management
  • Password Management
  • Linux Administration
  • User Account Security

Future Improvements

  • Bash Script Automation
  • Bulk User Creation
  • Password Expiry Policy
  • SSH User Management

Junior Cyber Security Student

About

Linux User Management project demonstrating user, group, password, and account management using Kali Linux.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors