๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

Linux Beginner

What is Tar?

A utility for creating and extracting archive files that combine multiple files and directories into a single file.

Tar (Tape Archive) bundles files together. Common operations: tar -czf archive.tar.gz dir/ (create compressed), tar -xzf archive.tar.gz (extract). Compression formats include gzip (.tar.gz), bzip2 (.tar.bz2), and xz (.tar.xz).

Tar preserves file permissions, ownership, and directory structure. It is the standard archiving tool in Linux, used for backups, software distribution, and file transfers.

Related Terms

Curl
A versatile command-line tool for transferring data using various network protocols, commonly used for API testing.
Nohup
A command that runs a process immune to hangup signals, allowing it to continue after the terminal session ends.
Linux Bridge
A software-based network switch in the Linux kernel that connects multiple network interfaces at Layer 2, enabling VM and container networking.
Disk Quota
A system for limiting the amount of disk space or number of files that individual users or groups can consume on a filesystem.
Systemd
A system and service manager for Linux that initializes the system and manages services, logging, and more.
Firewalld
A dynamic firewall management tool for Linux that provides a D-Bus interface for managing firewall rules with zones.
View All Linux Terms โ†’