Unix ops lab

Terminal basics

Orientation, paths, hidden files, and command history.

0/25 lessons 0/7 missions
Command coverage

Commands you will practice here.

pwd

Print the current working directory.

ls [-la] [path]

List fake files and folders.

cd [path]

Change directories inside the fake filesystem.

echo <text>

Print text or write safe lab notes with >.

cat <file>

Print text file contents.

stat <path>

Show fake file details.

history

Show recent simulated commands.

clear

Clear terminal output.