Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

rar

RAR format compression tool

Syntax

rar [COMMAND] [OPTION]... ARCHIVE [FILE]...

Common Options

aAdd to archive
xExtract with paths
eExtract without paths
lList archive contents
tTest integrity
dDelete from archive
-pSet password
-rRecursive operation
-m5Best compression
-vCreate volumes

Common Examples

rar a archive.rar files/

Create RAR archive

rar x archive.rar

Extract RAR archive

rar l archive.rar

List archive contents

rar a -psecret archive.rar files/

Encrypt archive

rar a -m5 archive.rar files/

Best compression ratio

rar a -v50m archive.rar largefile.iso

Create 50MB volumes

Related Commands

Related Tools

More Code & Dev Tools