Login to SSH:

1) To compress files:
Examples:

tar cvf abc.tar a1.ps a2.tex adir/* # compress files to the file abc.tar
gzip -9 abc.tar /* # create abc.tar.gz file.
tar cvfz abc.tar.gz a1.ps a2.tex adir/* # directly create abc.tar.gz file
zip abc.zip a1.ps a2.tex adir/* # directly create abc.zip file

Note that -9 means the slowest compression method (best compression). By default, -6 is used. -1 means fastest compression method (less compression). The command zip is compatible with PKUNZIP on pc. Thus, the file abc.zip can be uncompressed by WinZip.

2) To uncompress files:
Examples:

tar xvf abc.tar # uncompress abc.tar file
gunzip abc.tar.gz # after uncompress, get abc.tar
tar xvfz abc.tar.gz #unzip and utar *.tar.gz file
unzip abc.zip #unzip .zip file

To view the content of the compressed file:
Examples:

tar tvf abc.tar
tar tvfz abc.tar.gz
unzip -l abc.zip

Bài viết cùng chuyên mục
icon

UPTIME more 99.5%

Hệ thống server mạnh, ổn định, uptime trên 99.5%

icon

BACKUP daily & weekly

Backup dữ liệu định kỳ hàng ngày và hàng tuần

icon

ONLINE support 24x7

Hỗ trợ khách hàng 24x7 qua Live Chat, Ticket, Email và Phone.

Testimonials

quote left Đã nâng cấp lên VPS và được hỗ trợ rất nhiệt tình từ phía Admin Tâm. Học hỏi được khá nhiều về VPS qua sự chỉ bảo của anh. nhiều cái mà những quản lý server ở nới khác còn chẳng biết như nào. Một lần nữa xin cảm ơn Admin rất nhiều quote right

Trần Viết Trinh

quote left Thật sự đầu tiên rất ngại khi dùng hosting giá yếu như của Viethosting. Nhưng sau 1 thời gian sử dụng thì thấy khá ổn định. Anh Tâm Support rất nhiệt tình quote right

Trần Viết Trinh