The command, ____ , will copy the contents of chapt1 and chapt2 into a file named section_a.

A. section_a = chapt1 + chapt2
B. cp chapt1 section_a, cp chapt2 section_a
C. cat chapt1 chapt2 > section_a
D. ls chapt1, chapt2, section_a


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is not a relational operator:

a. < b. >= c. = d. !=

Computer Science & Information Technology

When monitoring your system, you notice an unusually high CPU usage value that is consistently over 90 percent. What is the most likely reason for this concerning CPU state?

A. inadequate disk space B. inadequate memory speed C. inadequate RAM D. inadequate processor speed

Computer Science & Information Technology

During run time, you can determine whether a check box is selected or unselected by looking at the value in its Checked property.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Referring to the accompanying figure, which of the following icons should you click to view a digital certificate?

A.
B.
C.
D.

Computer Science & Information Technology