Zip a folder in Linux
- No comments yet.
The command to zip a folder in Linux (Red Hat Enterprise Linux 4) is as below:
zip -9 -r <zip file> <folder name>
To zip a single file:
zip -9 <zip file> <filename>
Use “-9″ for best compression. The compressed file works fine with Windows XP compression tool.
zip file linux, zip folder linux
This entry was posted on September 11, 2009, 5:08 am and is filed under Linux. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^