Multiple choice technology operating systems can a file's modified timestamp be modified? If so how? No Yes Yes;using touch command 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.