How would you copy a file that is called evidence from the local system to a Linux host at 192.168.1.33?

Posted by: Pdfprep Category: 210-250 Tags: , ,

How would you copy a file that is called evidence from the local system to a Linux host at 192.168.1.33?
A . scp evidence user@192.168.1.33:evidence
B . scp user@192.168.1.33:evidence evidence
C . ssh evidence user@192.168.1.33:evidence
D . ssh user@192.168.1.33:evidence evidence

Answer: A