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
- 1130 reads
- Tell your friends
Top 10 Linux Command Articles...
All time:
- Display Mounted Devices on Linux Fedora Using mount command
- Check Device Driver Module Loaded on Linux Fedora Using lsmod
- Check Show Linux Device Information and Linux System Information
- Control and Using Hardware Device on Linux System using Linux Command
- Show Network Interface Card NIC Hardware Properties MAC Address Serial Number lshw Command
- Umount CDRom Device is Busy
- Step by step Linux command example
- Show Hard Disk Storage Device Hardware Details on Linux Fedora using lshw Command
- Linux Builtin Commands
- Check CPU Processor Type Information on Linux Fedora using lshw Command

