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

alias

Set command alias

Syntax

alias [name[=value]...]

Common Examples

alias

List all aliases

alias ll="ls -la"

Set alias

unalias ll

Remove alias

Related Commands

Related Tools

More Code & Dev Tools