List command alias
List command alias.
Want to know what Linux command that already have been alias on your Linux distro. The step by step example on Linux list command alias below show the example of alias command output that show the list of command that already have been alias on your Linux system.
Linux list of command alias output example.
Login on your Linux system and execute alias command as show on example below to list command alias.
[linux@fedora11 ~]$ alias
alias l.='ls -d .* --color=auto'
alias ll='ls -l --color=auto'
alias ls='ls --color=auto'
alias vi='vim'
alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'
[linux@fedora11 ~]$
Note: The output from command above list the command alias on Linux Fedora 11, you may get differ output base on your Linux distro, version and alias customization by your system admin.
Keywords: linux list command alias, linux alias command, list alias command, alias command list
- Add new comment
- 679 reads
- Tell your friends


Recent comments
16 weeks 5 days ago
21 weeks 10 hours ago
21 weeks 12 hours ago
24 weeks 4 days ago
24 weeks 4 days ago
29 weeks 5 days ago
29 weeks 6 days ago
29 weeks 6 days ago