Multiple choice technology programming languages

Linux aliases are recursive!!

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Linux shell aliases can be recursive - an alias can reference another alias or even itself in some shells. This is actually a feature that allows alias chaining, though it can cause infinite loops if not careful.