Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

LINUX 1. You can use condition statements to create menu scripts that allow user

ID: 652525 • Letter: L

Question

LINUX

1. You can use condition statements to create menu scripts that allow users to choose from a list of options.

2. What is the result of running the head -15 scr8 command

The command displays the first 15 lines of the scr8 file.

The command displays the contents of the scr8 file starting at line 15.

The command displays the contents of the scr8 file without the last 15 lines.

The command displays the last 15 lines of the scr8 file.

3. Which variable assignment method would you use to specify a variable

a. True b. False

Explanation / Answer

1. You can use condition statements to create menu scripts that allow users to choose from a list of options.

a.

True

2. What is the result of running the head -15 scr8 command

a.

The command displays the first 15 lines of the scr8 file.

3. Which variable assignment method would you use to specify a variable

a.

True