Managing Linux Users Lab

Activity Overview

This lab focused on user management in Linux. I learned the difference between authorization and authentication, and how to control system access for users through the command line. I used commands like useradd, usermod, userdel, and chown to manage users and their permissions. These actions are essential to ensuring that only appropriate individuals can access or modify sensitive system resources.

Scenario

A new employee, researcher9, joined the organization. My task was to:

  1. Add the user researcher9 to the system.
  2. Assign the user to their secondary group.
  3. Use chown to modify file ownership.
  4. Delete the user from the system after completion.

I executed each of these steps using administrative privileges via sudo to simulate real-world user management tasks.

What I Learned

This lab provided hands-on experience in essential administrative tasks that every security analyst should be comfortable performing in a Linux environment.

← Back to Portfolio