pwd- Print working directory (show current location)ls- List directory contentsls -la- List all files (including hidden) with detailscd <directory>- Change directorycd ..- Go up one levelcd ~- Go to home directory
mkdir <dirname>- Create a new directorytouch <filename>- Create an empty file
code . -r- Open current directory in VS Code