nerdexam
LPI

201-400 · Question #33

Which of the following commands will securely copy the directory ./fyf/ to /var/tmp/ on the remote host deltaur using the remote user account kevin?

The correct answer is D. rsync -a -e ssh fyf/ kevin@deltaur:/var/tmp/. See the full explanation below for the reasoning.

Question

Which of the following commands will securely copy the directory ./fyf/ to /var/tmp/ on the remote host deltaur using the remote user account kevin?

Options

  • Arsync -a -e ssh kevin@deltaur:/var/tmp/ fyf/
  • Brsync -a -u kevin -e ssh fyf/ deltaur:/var/tmp/
  • Crsync -a -u kevin -e ssh deltaur:/var/tmp/ fyf/
  • Drsync -a -e ssh fyf/ kevin@deltaur:/var/tmp/

How the community answered

(20 responses)
  • A
    10% (2)
  • B
    15% (3)
  • C
    5% (1)
  • D
    70% (14)

Community Discussion

No community discussion yet for this question.

Full 201-400 Practice