Lab 7-1: Work with the Flow Control Constructs: Linux Installation and configuration
Réussis tes devoirs et examens dès maintenant avec Quizwiz!
You need to make the shell script executable. Which of the parameter along with the chmod command should you use?
+x
In a scenario, where you have multiple conditions, it is best to use ________ statements.
case esac
The ______ loop runs through a list of values in a list until the time list values are exhausted.
for loop
The _______ statements are mainly used for making a decision and therefore, are known as decision-making statements.
if...else
Which two loops run until a statement becomes true? [Choose two.]
while loop until loop