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)- A17% (5)
- B7% (2)
- C3% (1)
- D73% (22)
Topics
#rsync#SSH#secure remote copy#rsync syntax
Community Discussion
No community discussion yet for this question.