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 com-
mand copies your home directory as specified:

$ scp -rp plum:~ .

Computer Science & Information Technology

You might also like to view...

Which of the following is an older VPN protocol based on Point-to-Point Protocol?

A) PPTP B) SSL C) L2TP D) IPSec

Computer Science & Information Technology

The syntax for declaring a streamwriter variable is ____.

A. [Dim | Private] streamWriterVariableName As IO.StreamWriter B. {Dim | Private} streamWriterVariableName As IO.StreamWriter C. {Dim | Private} streamWriterVariableName As IO.StreamWriteObject D. Private streamWriterVariableName As IO.StreamWriter

Computer Science & Information Technology

Why is it important to maintain the link to the original file after you import a

graphic? What will be an ideal response?

Computer Science & Information Technology

Ruby is an object-oriented scripting language originally developed in 1981 to run on Microsoft Windows.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology