Multiple choice

Shell command

  1. can be used to jump from infinite looping

  2. can be used to indicate comment

  3. provides a communication channel

  4. manages set of primitive functions

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

In shell scripting environments, specific characters or commands are used to denote comments that the interpreter should ignore. While the question phrasing is slightly ambiguous, indicating comments is a fundamental feature of shell scripts.