Make a copy of the file memo.james and put it in your home directory. Name the copied file temp.memo. Give two commands for accomplishing this task.

What will be an ideal response?


cp ~/memos/memo.james ~/temp.memo
cp $home/memos/memo.james $home/temp.memo
cp $HOME/memos/memo.james $HOME/temp.memo
cp memos/memo.james temp.memo (if you are in your home directory)

Computer Science & Information Technology

You might also like to view...

Queue nodes are removed only from the __________ of the queue, and are inserted only at the __________ of the queue.

a. tail, tail. b. tail, head. c. head, tail. d. head, head.

Computer Science & Information Technology

Which CentOS 7 vmstat basic field provides the percentage of total processor time consumed by the kernel?

A. procs B. us C. sy D. id

Computer Science & Information Technology

__________ is an example of a proprietary operating system.

a. UNIX b. Macintosh OS X c. Linux d. All of the above are proprietary operating systems

Computer Science & Information Technology

Partitioning on a data flow diagram for an eCommerce Web site may be used to show:

A) external events. B) triggers. C) security. D) derived elements.

Computer Science & Information Technology