nerdexam
LPI

101-400 · Question #18

Which of the following commands will NOT update the modify timestamp on the file /tmp/myfile.txt?

The correct answer is A. file /tmp/myfile.txt. See the full explanation below for the reasoning.

Question

Which of the following commands will NOT update the modify timestamp on the file /tmp/myfile.txt?

Options

  • Afile /tmp/myfile.txt
  • Becho "Hello" >/tmp/myfile.txt
  • Csed -ie "s/1/2/" /tmp/myfile.txt
  • Decho -n "Hello" >>/tmp/myfile.txt
  • Etouch /tmp/myfile.txt

How the community answered

(45 responses)
  • A
    80% (36)
  • B
    2% (1)
  • C
    11% (5)
  • D
    2% (1)
  • E
    4% (2)

Community Discussion

No community discussion yet for this question.

Full 101-400 Practice