nerdexam
Novell

050-720 · Question #193

You work as a Project Engineer for Net Perfect Inc. The company has a Linux-based network. You want to copy a file and preserve the following attributes: l owner id l group id l permissions l last…

The correct answer is D. cp -p file1 file2. See the full explanation below for the reasoning.

Question

You work as a Project Engineer for Net Perfect Inc. The company has a Linux-based network. You want to copy a file and preserve the following attributes:

l owner id l group id l permissions l last modification time Which of the following commands can you use to accomplish the task?

Options

  • Acp -R file1 file2
  • Bcp -P file1 file2
  • Ccp -i file1 file2
  • Dcp -p file1 file2

How the community answered

(48 responses)
  • A
    6% (3)
  • B
    4% (2)
  • C
    15% (7)
  • D
    75% (36)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice