You want to view a list of the aliases currently on your Linux system. Which of the following commands should you issue at the shell prompt?
  1. alias -l
  2. display alias
  3. alias
  4. show alias
Explanation
Answer - C - You should use the alias command to view a list of the aliases currently on your Linux system.

Key Takeaway: The alias command is used to view your system’s aliases. The alias command can be useful if you want to create a “shortcut” to a command. The format used for the alias command is alias name=‘command’. To remove an alias, use the unalias command.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz