Multiple choice technology operating systems

can a file's modified timestamp be modified? If so how?

  1. No

  2. Yes

  3. Yes;using touch command

  4. Yes;using time system call

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A file's modification timestamp can be updated in UNIX/Linux systems using the touch command, which updates the access and modification times of a file to the current system time by default.