Unix ops lab

Text and logs

Read files, search logs, and use safe text pipelines.

0/25 lessons 0/7 missions
Command coverage

Commands you will practice here.

echo <text>

Print text or write safe lab notes with >.

cat <file>

Print text file contents.

head|tail [-n N] <file>

Read the beginning or end of a file.

grep [-i] <text> <file>

Find literal text inside a file.

wc [-l] <file>

Count lines, words, and characters.

sort|uniq

Practice simple text pipelines.

stat <path>

Show fake file details.

journalctl -u <service>

Read fake service journal entries.