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