nerdexam
LPI

117-201 · 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

(46 responses)
  • A
    17% (8)
  • B
    7% (3)
  • C
    4% (2)
  • D
    72% (33)

Community Discussion

No community discussion yet for this question.

Full 117-201 Practice