What is zip command used for in Linux?
Experience Level: Junior
Tags: Linux
Answer
The zip command is a command-line utility that helps you create Zip archives.
You can zip files in the current folder by running the following command:
zip archive.zip *
Related Linux job interview questions
What is hostname command used for in Linux?
Linux JuniorWhat is unzip command used for in Linux?
Linux JuniorWhat is echo command used for in Linux?
Linux JuniorWhat is man command used for in Linux?
Linux JuniorWhat is history command used for in Linux?
Linux Junior