Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Linux-notes

Linux fundamentals, commands and labs for cloud engineering

Linux Notes 🐧

Overview

This repository contains my Linux fundamentals and hands-on labs while learning cloud engineering.


🔍 What I Learned

1. Checking Current User

whoami

2. Getting User ID and Groups

id

3. Switching to Root User

sudo -i

4. Viewing Files in Root Directory

cd /
ls

5. Checking OS Information

cat /etc/os-release

Output showed:

  • OS: CentOS Stream
  • Version: 9

6. Downloading Files from Internet

cd /home/thor
wget https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf

7. Verifying Download

ls /home/thor

8. SSH into Another Server

ssh thor@172.16.238.3

📸 Lab Evidence

Root Access & File Check

Root Access

File Download & OS Check

Download


💡 Key Takeaways

  • Learned how to identify OS type before installing packages
  • Practiced switching users and permissions
  • Used wget to download files
  • Understood importance of SSH in cloud environments

About

Linux fundamentals, commands and labs for cloud engineering

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors