The Answer to the question “Can I zip an entire folder using zip on linux?” is to use the syntax:
zip -r <zip file name> <folder to zip>
The Answer to the question “Can I zip an entire folder using zip on linux?” is to use the syntax:
zip -r <zip file name> <folder to zip>