Shell variables are case sensitive. True or False?

  • Post author:
  • Post category:Blog
  • Post last modified:September 22, 2023
  • Reading time:1 mins read

Shell variables are case sensitive. True or False?

  • True
  • False
Explanation & Hint:

True. Shell variables are indeed case sensitive. This means that variables with different letter cases (uppercase and lowercase) are treated as distinct variables. For example, myVar and MYVAR would be considered two separate variables in a shell environment.

For more Questions and Answers:

NDG Introduction to Linux II 2.21 | Chapter 1: Advanced Shell Features Exam Answers