Gridlocdev's notes on Linux
Overview
Linux is the best cloud operating system as it scales very well, is very lightweight, and automating system tasks becomes significantly easier with the package ecosystem and extensive default library of UNIX shell commands.
Here's a non-exhaustive list of some basic concepts:
Fundamental Linux Concepts
- Basic Linux Commands (Bash shell)
- Get to Know All the Major Linux System Folders
- Understand the Linux File System permissions (Everything is owned by a user)
- How to set permissions (command:
chmod
)