- LearnXOps
- Posts
- Linux Basics - Commands, File System, Users & Permissions
Linux Basics - Commands, File System, Users & Permissions
60 Days DevOps Challenge: Day 1
Learning points:
🔹 Basic Shell Commands – Navigate with cd
, list files with ls
, view file contents with cat
, etc.
🔹 Filesystem Hierarchy – Understand the Linux directory structure (/etc
, /var
, /home
, etc.).
🔹 File Permissions – Learn chmod
, chown
, ls -l
and understand read, write, execute (rwx
).
🔹 Users & Groups – Creating users, managing groups, and assigning permissions.