Linux CLI - Linux Basics and Terminal
Which of the following is the correct syntax to create a variable named
name with the value John in Bash?name with the value John in Bash?name=John is correct.name = John has spaces, which is invalid. name == John is a comparison, not assignment. set name John is not standard Bash syntax for variable assignment.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions