Live Virtual Lab 7-1
Pataasin ang iyong marka sa homework at exams ngayon gamit ang 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 2 loops run until a statement becomes true?2
until loop while loop