Run cp restore/index.html lab/verified-restore.html.
cp restore/index.html lab/verified-restore.html
Stage, compare, archive, and hash a restored web artifact.
Capstone labscpfiledifftarsha256sum
Click any instruction for the command details, the why, and the common mistake to avoid.
Run cp restore/index.html lab/verified-restore.html.
cp restore/index.html lab/verified-restore.html
Run file lab/verified-restore.html.
file lab/verified-restore.html
Run diff restore/index.html lab/verified-restore.html.
diff restore/index.html lab/verified-restore.html
Run tar -cf lab/verified-restore.tar lab/verified-restore.html.
tar -cf lab/verified-restore.tar lab/verified-restore.html
Run sha256sum lab/verified-restore.tar.
sha256sum lab/verified-restore.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 proving a restore artifact before deployment.
Start with cp restore/index.html lab/verified-restore.html, inspect the result, then continue in order.
Proving a restore artifact before deployment helps operators explain what they know before they change anything.
diff <left> <right>
Compare two lab text files.
sha256sum <file>
Print a deterministic training checksum.
file <path>
Identify a simulated file, directory, link, or text format.
tar -cf|-tf <archive>
Create and list training archives.
cp <src> <dst>
Copy a file.