Description
The training introduces Linux command line interface with zero prior knowledge.
We start at cd, pwd and ls commands and then introduce more commands.
Date
27 October 2025, 09:00 – 11:00 (CEST)
Agenda
- Directory tree - moving through the directory tree; cd, pwd, ls.
- Managing directories - creating, deleting, copying, and moving directories and files; mkdir, cp, mv, rm, touch.
- Reading files - viewing, searching through files and manipulating outputs: outputs; cat, grep, head, tail, mc -v, echo, wc, sort, column.