Developer Tools

Linux Command Reference — Common Flag Cheat Sheet

Browse common flags and examples for frequently used Linux commands such as tar, find, and systemctl without SSHing into a server.

LinuxCommandsManual
Quick switch:Chmod Calculator

Favorite this tool

No favorite storage mode has been selected.

Quick actions

Copy this tool URL or open the system share sheet on a supported device.

Use cases

  • Recall tar archive and extract flags
  • Look up find filtering and exec syntax
  • Review common systemctl start/stop commands

How to use

  1. Select a command from the list
  2. Read the flag notes and examples
  3. Adapt the example in your terminal

Example input and output

Command

tar

Example

tar -zxvf archive.tar.gz

FAQ

Is this a full man page?

No. It summarizes high-frequency usage and examples; use the system man page for complete details.

Does it require network access?

The reference content is shown locally in the page and does not depend on SSH to a remote host.

Tools

Related tools

Continue with another translated tool for a nearby task.

Chmod Calculator

Chmod Calculator — Linux Permission Converter

Available

Toggle read, write, and execute bits to convert between octal and symbolic chmod formats, with example commands for scripts, directories, and recursive changes.

chmod Linux Permissions