Linux Terminal Glossary
›
Shell & Bash
alias ll='ls -la'
Category:
Shell & Bash
alias ll='ls -la'
Copy command
Create an alias 'll' for 'ls -la'
Creates a shortcut (alias) so that typing 'll' runs 'ls -la'. Aliases save typing for commands you use often.
Looking for more?
Search all 7,657 commands
— works offline, in English or Spanish, and fixes typos.