Boost your Linux skills with the CompTIA Linux+ Certification Exam simulator. Engage with multiple choice questions and detailed feedback. Master Linux concepts and prepare for your exam with confidence!

The command used to create a loop in BASH is "for." This command allows you to execute a block of code multiple times based on a defined list or range of values. The "for" loop iterates over the items in the specified list and executes the commands for each item, making it a fundamental tool for automating repetitive tasks in shell scripting.

In addition to the "for" loop, BASH also supports the "while" command, which creates a loop that continues executing as long as a particular condition remains true. The choice of using "while" versus "for" depends on the specific needs of the script and the structure of the data being processed. "repeat" is not a valid command in BASH for creating loops, which further emphasizes the appropriateness of the "for" command as the correct answer.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy