Describe an until loop.
What will be an ideal response?
An until loop repeats the commands between do and done as long as the tested condition is false (exit status code is greater than 0) - in other words, until the condition is true. When the command following the until statement has the exit status code 0, the until loop fails, and the program begins executing the commands after the done statement.
You might also like to view...
A network manager wants a monthly report of the security posture of all the assets on the network (e.g. workstations, servers, routers, switches, firewalls). The report should include any feature of a system or appliance that is missing a security patch, OS update, etc. and the severity of risk that is associated with the missing update or patch. Which of the following solutions would work BEST to present this data?
A. Security policy B. Penetration scan C. Virus scan D. Vulnerability scanner
A(n) ____ ad is an advertisement that appears in a webpage, typically near the top or at the side or bottom margins.
A. interstitial B. pop-under C. banner D. pop-up