Summary
We have covered the basics of the terminal, the Linux file system, and some basic commands. Understanding this will help in debugging errors especially when it comes to later on in this course.
Checklist — can you do this?
- Open a terminal (MacOS Terminal / Windows
cmd.exe) and runpwd/cdon Windows, navigate directories. ls(Mac/Linux) /dir(Windows),mkdir, copy/move/delete a file.- Explain
~vs%HOMEPATH%, and/Users(Mac) vs/home(Linux) vsC:\Users(Windows). - Read
ls -lpermissions and runchmod +x script.shon Mac/Linux or Azure Linux VMs.
Next: Python Setup — pin Python 3.12, create a venv, and install packages reproducibly.