🚀 Interactive Terminal

Practice Linux commands in a safe, simulated environment

Your Interactive Terminal

Below is a simulated Linux terminal that behaves like a real one for basic commands. Feel free to type commands and press Enter to see the output. Remember, this is a simulation, so no real changes are made to your computer.

Getting Started

  • {Use the Up/Down arrow keys to cycle through your command history}
  • {Press Tab for auto-completion of commands and file/directory names}
  • {Type help to see a quick reference of all supported commands}
  • {Type clear to clear the terminal screen}

Try These Commands

Here are some common commands to get you started. Try them in the terminal above!

Navigation

pwd              # Print current directory
ls               # List files and directories
cd documents     # Change to documents directory
cd ..            # Go up one directory
cd ~             # Go to home directory

File Operations

cat README.txt   # View file contents
mkdir test       # Create a directory
touch file.txt   # Create an empty file
cp file.txt copy.txt  # Copy a file
mv file.txt newname.txt  # Move/rename file
rm newname.txt   # Remove a file

Information

help             # Show available commands
man ls           # Manual for ls command
whoami           # Show current user
date             # Show current date/time
uptime           # Show system uptime

Experiment and Learn!

This interactive terminal is a sandbox for you to play in. Don't be afraid to try commands, make mistakes, and learn from them. The more you practice, the more comfortable and powerful you'll become with the Linux command line.

📚 Want to learn more?

Go back to the tutorial modules to learn about specific topics in depth:

EN
AR
EN
AR