Files
Drone-FabAcademy-2025/docs/bootcamp/basic _linux_commands.md
2025-01-28 11:15:32 +01:00

632 B

Basic linux terminal commands

When do I need these?

You need to know these commands if you wanna navigate a Unix like system like linux or macOS in the terminal. The terminal is used a lot for git so knowing these commands is a must.

Commands

Command Description
cat read a file and output it to terminal
cd change directory
ls view all files in the current folder
ls -la same as ls but also view hidden files
rm remove a file