nerdexam
LPI

101-500 · Question #150

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. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

GNU and Unix Commands

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

(25 responses)
  • A
    88% (22)
  • B
    8% (2)
  • D
    4% (1)

Explanation

You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

Topics

#file timestamps#mtime#command behavior#file operations

Community Discussion

No community discussion yet for this question.

Full 101-500 Practice