ExamGecko
Question list
Search
Search

List of questions

Search

Question 120 - 201-450 discussion

Report
Export

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?

A.
rsync -a -e ssh kevin@deltaur:/var/tmp/ fyf/
Answers
A.
rsync -a -e ssh kevin@deltaur:/var/tmp/ fyf/
B.
rsync -a -u kevin -e ssh fyf/ deltaur:/var/tmp/
Answers
B.
rsync -a -u kevin -e ssh fyf/ deltaur:/var/tmp/
C.
rsync -a -u kevin -e ssh deltaur:/var/tmp/ fyf/
Answers
C.
rsync -a -u kevin -e ssh deltaur:/var/tmp/ fyf/
D.
rsync -a -e ssh fyf/ kevin@deltaur:/var/tmp/
Answers
D.
rsync -a -e ssh fyf/ kevin@deltaur:/var/tmp/
Suggested answer: D
asked 18/09/2024
Braden Houser
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first