Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam 701-100 topic 1 question 16 discussion

Actual exam question from LPI's 701-100
Question #: 16
Topic #: 1
[All 701-100 Questions]

Which of the following Ansible tasks copies the file example.txt to a manage system?

  • A. "" rsync: src: example.txt dst: /tmp/example.txt
  • B. "" copy: src: example.txt dest: /tmp/example.txt
  • C. "" retrieve: src: example.txt dest: /tmp/example.txt
  • D. - cp: source: example.txt dst: /tmp/example.txt
  • E. - transfer: src: example.txt dest: /tmp/example.txt
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
alex87
1 year, 2 months ago
B is correct
upvoted 1 times
...
Blob21
2 years, 10 months ago
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/copy_module.html
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...