🖥

Terminal Survival Guide

The Command Desk

Copy carefully. Capital letters, spaces, and invisible password/token input can matter.

The terminal looks plain and scary, but it is just a text-based workspace. Here is how to stay safe.

⚠ Beginner Warnings

  • Commands are case-sensitive. Status and status are different commands.
  • Spaces matter. A missing space can change what a command does.
  • Copy the whole command. Do not type commands manually if you can copy and paste.
  • Passwords and tokens may be invisible when pasted. If the cursor does not move while you type a password, that is normal. The text is still being entered.
  • Red error text is a clue, not a disaster. It tells you what went wrong so you can fix it.
  • Do not run delete, wipe, remove, or overwrite commands unless the guide clearly says it is safe.

Command Safety Labels

SAFE
Only checks information. Cannot break anything.
LOW RISK
Restarts or refreshes something. Usually harmless.
CAUTION
Changes settings. Make sure you understand what it does.
DANGER
Can delete, overwrite, expose, or break something. Double-check before running.