Common zip commands for archiving a folder and its contents on Linux.
Quick reference for zipping up a folder and everything inside it, useful when packaging loot or backing up engagement artifacts.
zip -r archive.zip /path/to/folder # Recursively zip a folder into archive.zip



