Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which function sets the file filename last-modified and last-accessed times?

a) sets()
b) set()
c) touch()
d) touched()

Answer: c
Explanation: The function touch() will set the access and modification time of the specified file. Syntax is touch(filename, time, atime).

Join The Discussion