Multiple choice

Each 'if' statement in Linux must be closed with a matching

  1. end if

  2. else if

  3. else

  4. fi

  5. end

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

Whenever an 'if' statement is used in Linux, it must be closed using the reverse of 'if', 'fi'.