nerdexam
Novell

050-720 · Question #132

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 C. 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 -i file1 file2
  • Ccp -p file1 file2
  • Dcp -P file1 file2

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    6% (1)
  • C
    76% (13)
  • D
    12% (2)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice