Full Stack Web Development
Step 18 / 21120 min

Linux & Command Line

DevOps & Shipping

Explanation

Comfort with the shell, files, permissions, and processes is essential for servers and DevOps workflows.

Code example

bash
pwd
ls -la
mkdir apps && cd apps
chmod +x deploy.sh
ps aux | head
curl -I https://example.com

Helpful resources

Exercise

Practice common CLI tasks: navigate folders, edit files, set permissions, and inspect running processes.