Run tar -cf lab/readme-backup.tar README.txt.
tar -cf lab/readme-backup.tar README.txt
Create an archive, list its members, and hash the artifact.
Files and pathstarsha256sum
Click any instruction for the command details, the why, and the common mistake to avoid.
Run tar -cf lab/readme-backup.tar README.txt.
tar -cf lab/readme-backup.tar README.txt
Run tar -tf lab/readme-backup.tar.
tar -tf lab/readme-backup.tar
Run sha256sum lab/readme-backup.tar.
sha256sum lab/readme-backup.tar
Create a free account to sync completed lessons, XP, streaks, course status, and your next lesson across sessions.
Checking account status...
Progress sync is idle.
Progress sync stores completion IDs, scores, streaks, badges, and game settings. Terminal contents, editor snippets, lab scratch, email, and real names are never published on leaderboards or share cards.
Build repeatable confidence with verifying archive membership before trusting a backup.
Start with tar -cf lab/readme-backup.tar README.txt, inspect the result, then continue in order.
Verifying archive membership before trusting a backup helps operators explain what they know before they change anything.
sha256sum <file>
Print a deterministic training checksum.
tar -cf|-tf <archive>
Create and list training archives.