Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

CompTIA Exam SK0-005 Topic 3 Question 71 Discussion

Actual exam question for CompTIA's SK0-005 exam
Question #: 71
Topic #: 3
[All SK0-005 Questions]

A server administrator created a new script and included the path to the script binary as the first line of the script. Which of the following scripting languages did the administrator most likely use?

Show Suggested Answer Hide Answer
Suggested Answer: C

In Bash (a Unix/Linux shell scripting language), it is common to include the shebang (#!) followed by the path to the interpreter (e.g., #!/bin/bash) on the first line of the script. This tells the operating system which interpreter to use to execute the script.

Bash (Answer C): Bash scripts often start with a shebang line that specifies the path to the binary (#!/bin/bash).

Batch (Option A): Batch scripts (used in Windows) do not require a path to the interpreter on the first line.

Java (Option B): Java is a compiled language, not a scripting language, so this does not apply.

PowerShell (Option D): PowerShell scripts (.ps1 files) do not typically require specifying the interpreter path on the first line.

CompTIA Server+ Reference:

This topic is related to SK0-005 Objective 1.1: Understand scripting basics and the use of interpreters.


Contribute your Thoughts:

Jolene
8 days ago
Ooh, a script with a binary path? Gotta be Bash, my dude. That's the good stuff!
upvoted 0 times
...

Save Cancel