Which scp command would you use to copy your home directory from plum to the local system?
What will be an ideal response?
Assuming you have the same username on both systems, the following
command copies your home directory as specified:
$ scp -rp plum:~ .
You might also like to view...
Taking ____ is the only way to shift control from one account to another.
A. ownership B. control C. possession D. permissions
You can create a database in Access by starting with a ____.
A. blank database B. template C. blank database and template. D. None of the answers are correct.
Match each item with a statement below.
A. An English-like language you can use to help create the structure of your program B. Tells the compiler how to convert the value in a function C. An object-oriented programming structure that holds pieces of data and functions D. An error that causes unpredictable results E. Represents a numeric or string value F. Performs an action first and then tests to see whether the action should continue to occur G. Program that converts a text-based program called source code, into executable or binary code H. A way of having your program repeat an action a certain number of times I. Takes you from one area of a program (a function) to another area J. Writing programs in this language is easier than in machine language
_____________ is a type of computer language that uses English-like abbreviations for ma- chine-language instructions.
Fill in the blank(s) with the appropriate word(s).