🤖 TURING GAME

Guess what the code does!

Score
0
Streak
0
Level
1

Select Difficulty

How It Works

You'll see a piece of code. Choose the correct description of what it does.

  • Get 10 questions correct to master a level
  • Build a streak of 7 to advance to the next level
  • The correct answer changes position each time

Common Commands Reference

  • ls - List directory contents
  • pwd - Print working directory
  • cat - Display file contents
  • mkdir - Create directory
  • rm - Remove files
  • cp - Copy files
  • head - Show first lines of file
  • wc - Word count (lines, words, bytes)
  • whoami - Show current user
  • cd - Change directory
  • grep - Search for patterns in text
  • chmod - Change file permissions
  • export - Set environment variables
  • tar - Archive utility (create/extract tar files)
  • ps - List running processes
  • df - Show disk space usage
  • sort - Sort lines of text
  • crontab - Schedule recurring tasks
  • awk - Pattern scanning and processing language
  • find - Search for files in directory tree
  • netstat - Show network connections and ports
  • dd - Convert and copy files (raw data)
  • iptables - Configure Linux firewall rules
  • lsof - List open files (including network ports)
  • ssh - Secure shell remote login
🏆
Victory!
You've mastered the Turing Game!