Explanation
Comfort with the shell, files, permissions, and processes is essential for servers and DevOps workflows.
Code example
bashpwd
ls -la
mkdir apps && cd apps
chmod +x deploy.sh
ps aux | head
curl -I https://example.comHelpful resources
Exercise
Practice common CLI tasks: navigate folders, edit files, set permissions, and inspect running processes.
