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)- A10% (2)
- B15% (3)
- C5% (1)
- D70% (14)
Community Discussion
No community discussion yet for this question.