Linux System – Packaging and Compression Tools (tar, rpm, zip)
Clickthe blue text,follow me! Linux System Packaging Compression Tools Loading …… tar command (Packaging Tool) tar (Tape ARchive) is a commonly used packaging tool in Linux/Unix systems that can package multiple files or directories into a single file (commonly referred to as a tarball) without compression. Command: tar Syntax: tar [options] [filename] [files or directories…] … Read more