
Linux-Based User Management and File Access Control System
🎯 Infrastructure / DevOps Practice Project
Summary
As a beginner cloud engineer, I built a Linux-based user and file management system to simulate real-world multi-user permission handling. The system uses Linux commands to: Create and manage multiple users (Mary, Joseph, and John) Assign different file permissions (Read, Write, Execute) using setfacl Use getfacl to verify permission states Implement user-based role simulation and access policies This project demonstrates my foundational skills in working with Linux systems, managing users, handling permissions securely, and preparing for cloud-based system roles.

