pwd
Print the current working directory.
Orientation, paths, hidden files, and command history.
Map the fake server, learn where you are, and move through directories.
02 Terminal basics Paths and shortcutsPractice absolute paths, relative paths, dot, dot-dot, and home shortcuts.
03 Terminal basics Hidden filesUse long and all listings to reveal dotfiles and read shell startup notes.
04 Terminal basics Command historyRun a few safe commands, review history, and clear the display without resetting state.
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.