The command to copy the file called Xfile to Zfile is

a: cp Xfile , Zfile
b: copy Xfile Zfile
c: cp Xfile Zfile
d: cp Zfile Xfile
e: ln Xfile Zfile


c: cp Xfile Zfile

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a) The root element of a Windows 8 UI XAML document is a Page control, which defines the content of the app’s page. b) In Windows 8, it’s possible to have a maximum of two Windows Store apps on the screen. c) The attribute x:Name of the Page start tag specifies the name of the class that provides the GUI’s functionality. d) A XAML document must have an associated code-behind file to handle events.

Computer Science & Information Technology

Which of the following statements are the same?

(A) x -= x + 4 (B) x = x + 4 - x (C) x = x - (x + 4) a. (A) and (B) are the same b. (A) and (C) are the same c. (B) and (C) are the same d. (A), (B), and (C) are the same

Computer Science & Information Technology

In Calc, the width of a column can not be changed

Indicate whether the statement is true or false

Computer Science & Information Technology

Match the following terms to their meanings:

I. DTD A. Rules that allow server and client computers to transfer information II. HTML B. Indicates which type of XHTML rules Web page follows III. XHTML C. Sets standard rules for XHTML documents IV. XML D. Markup language no longer supported by W3C V. HTTP E. Replaced HTML

Computer Science & Information Technology