Files
Drone-FabAcademy-2025/docs/bootcamp/basic _linux_commands.md
2025-01-21 13:51:39 +01:00

9 lines
357 B
Markdown

# Basic linux terminal 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 |