Linux aliases are recursive!!
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.