nerdexam
LPI

201-450 · 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.

Networking Configuration

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

(30 responses)
  • A
    17% (5)
  • B
    7% (2)
  • C
    3% (1)
  • D
    73% (22)

Topics

#rsync#SSH#secure remote copy#rsync syntax

Community Discussion

No community discussion yet for this question.

Full 201-450 Practice