Linux fundamentals, commands and labs for cloud engineering
This repository contains my Linux fundamentals and hands-on labs while learning cloud engineering.
whoamiidsudo -icd /
lscat /etc/os-releaseOutput showed:
- OS: CentOS Stream
- Version: 9
cd /home/thor
wget https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdfls /home/thorssh thor@172.16.238.3- 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

