how to zip file in linux

suppose there is folder name “backup” containing subfolders and files then,

> zip -r backup.zip backup

Explore posts in the same categories: linux

Comment: