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...

A(n) ________ is a style that can be applied as a character style in one place and as a paragraph style in another

Fill in the blank(s) with correct word

Computer Science & Information Technology

XML comments begin with:

a)

Computer Science & Information Technology