Multiple choice

Which of the following system variables in shell environment is the search path for commands and it serves as a colon separated list of directories wherein the shell looks for commands?

  1. SHELL

  2. PS1

  3. PATH

  4. TERM

  5. EDITOR

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

This system variable in shell environment is the search path for commands and it serves as a colon separated list of directories wherein the shell looks for commands.